[hibernate-dev] Missing artifacts building hibernate-core 3.6.1-Final
Gail Badner
gbadner at redhat.com
Wed Feb 2 23:36:47 EST 2011
I need to get some rest. I'll pick this up tomorrow.
I'm getting the following:
[INFO]
------------------------------------------------------------------------
[DEBUG] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: Missing:
----------
1) org.apache.maven.surefire:surefire-booter:jar:2.4.3
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.surefire
-DartifactId=surefire-booter -Dversion=2.4.3 -Dpackaging=jar
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.apache.maven.surefire
-DartifactId=surefire-booter -Dversion=2.4.3 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.4.3
2) org.apache.maven.surefire:surefire-booter:jar:2.4.3
2) org.apache.maven.surefire:surefire-api:jar:2.4.3
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.maven.surefire
-DartifactId=surefire-api -Dversion=2.4.3 -Dpackaging=jar
-Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file
there:
mvn deploy:deploy-file -DgroupId=org.apache.maven.surefire
-DartifactId=surefire-api -Dversion=2.4.3 -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.apache.maven.plugins:maven-surefire-plugin:maven-plugin:2.4.3
2) org.apache.maven.surefire:surefire-booter:jar:2.4.3
3) org.apache.maven.surefire:surefire-api:jar:2.4.3
---------
More information about the hibernate-dev
mailing list