Hi,
I could run the command
>mvn archetype:create -DarchetypeGroupId=org.appfuse -DarchetypeArtifactId=appfuse-basic-jsf -DremoteRepositories=
http://static.appfuse.org/repository -DarchetypeVersion=1.0-m2 -DgroupId=mygroupid -DartifactId=myartifactid
without any problems
but running mvn with other tasks in the myartifactid-directory stops during the download of hibernate-3.2.1.ga.jar. see a part of the bug trace below.
I could imagine that this is a problem due to the combination of using a proxy and https??
Regards,
Kia
Downloading:
https://maven2-repository.dev.java.net/nonav/repository/org/hibernate/hibernate/3.2.1.ga/hibernate-3.2.1.ga.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.
Error transferring file
org.hibernate:hibernate:jar:3.2.1.ga
from the specified remote repositories:
central (
http://repo1.maven.org/maven2),
java.net (
https://maven2-repository.dev.java.net/nonav/repository),
glassfishwiki.org (
http://maven2.glassfishwiki.org),
maven2-repository.dev.java.net (
https://maven2-repository.dev.java.net/nonav/repository),
appfuse (
http://static.appfuse.org/repository)
Caused by I/O exception: Network is unreachable: connect
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Error transferring file
org.hibernate:hibernate:jar:3.2.1.ga
from the specified remote repositories:
central (
http://repo1.maven.org/maven2),
java.net (
https://maven2-repository.dev.java.net/nonav/repository),
glassfishwiki.org (
http://maven2.glassfishwiki.org),
maven2-repository.dev.java.net (
https://maven2-repository.dev.java.net/nonav/repository),
appfuse (
http://static.appfuse.org/repository)
https://maven2-repository.dev.java.net/
There's a few solutions:
1. Install JTA locally yourself.
2. Upgrade to Maven 2.0.5 (should be out in the next few weeks).
3. Exclude JTA and include Geronimo's JTA.
Matt