[weld-dev] seam modules questions: missing artifacts: webbeans-core-test & jboss-test-harness + is readme.txt correct?...missing parent?
Steven Boscarine
steven.boscarine at childrens.harvard.edu
Sun Nov 22 11:36:23 EST 2009
I am trying to build https://svn.jboss.org/repos/seam/modules/trunk
Is parent missing?:
I followed the instructions in readme.txt and built version-matrix. I
couldn't follow the steps about building parent.
https://svn.jboss.org/repos/seam/modules/trunk/readme.txt Parent
appears to be deleted on 5/29 (
http://fisheye.jboss.org/browse/Seam/modules/trunk/parent). Am I
missing something?
When I checkout modules, I'm greeted with a build error (pasted below)
because it cannot find
org.jboss.webbeans:webbeans-core-test:jar:1.0.0-SNAPSHOT and
org.jboss.test-harness:jboss-test-harness:jar:1.0.0-SNAPSHOT.
Is it possible to have a CI build push webbeans-core-test &
jboss-test-harness to the jboss repos? When we did that for our
project, it was real helpful in reducing reported errors from people
forgetting to build our manual dependencies.
Missing:
----------
1) org.jboss.test-harness:jboss-test-harness:jar:1.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.test-harness
-DartifactId=jboss-test-harness -Dversion=1.0.0-SNAPSHOT -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.jboss.test-harness
-DartifactId=jboss-test-harness -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.jboss.seam:seam-parent:pom:3.0.0-SNAPSHOT
2) org.jboss.test-harness:jboss-test-harness:jar:1.0.0-SNAPSHOT
2) org.jboss.webbeans:webbeans-core-test:jar:1.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.webbeans
-DartifactId=webbeans-core-test -Dversion=1.0.0-SNAPSHOT -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.jboss.webbeans
-DartifactId=webbeans-core-test -Dversion=1.0.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) org.jboss.seam:seam-parent:pom:3.0.0-SNAPSHOT
2) org.jboss.webbeans:webbeans-core-test:jar:1.0.0-SNAPSHOT
----------
2 required artifacts are missing.
for artifact:
org.jboss.seam:seam-parent:pom:3.0.0-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2),
repository.jboss.org (http://repository.jboss.org/maven2),
snapshots.jboss.org (http://snapshots.jboss.org/maven2)
More information about the weld-dev
mailing list