[seam-dev] Seam dist failing: http://hudson.qa.jboss.com/hudson/job/Seam-3.X-dist-nightly
Martin Gencur
mgencur at redhat.com
Wed Sep 1 04:49:48 EDT 2010
Hi all,
FYI,
this job has been failing for some time because of
seam-remoting-reference-guide dependency missing.
1)
org.jboss.seam.remoting:seam-remoting-reference-guide:zip:sources:3.0.0-SNAPSHOT
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=org.jboss.seam.remoting -DartifactId=seam-remoting-reference-guide -Dversion=3.0.0-SNAPSHOT -Dclassifier=sources -Dpackaging=zip -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=org.jboss.seam.remoting -DartifactId=seam-remoting-reference-guide -Dversion=3.0.0-SNAPSHOT -Dclassifier=sources -Dpackaging=zip -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.jboss.seam:seam-reference-guide:pom:3.0.0-SNAPSHOT
2) org.jboss.seam.remoting:seam-remoting-reference-guide:zip:sources:3.0.0-SNAPSHOT
----------
1 required artifact is missing.
for artifact:
org.jboss.seam:seam-reference-guide:pom:3.0.0-SNAPSHOT
--
Martin Gencur
Seam QA Associate
More information about the seam-dev
mailing list