dev@glassfish.java.net

[V3] trunk build failure

From: Ryan Lubke <Ryan.Lubke_at_Sun.COM>
Date: Tue, 08 Jul 2008 11:07:20 -0700

Hello folks.

I'm getting the following error when building V3 trunk:

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.glassfish:javax.xml.stream:jar:10.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.glassfish
-DartifactId=javax.xml.stream -Dversion=10.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.glassfish
-DartifactId=javax.xml.stream -Dversion=10.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
      1) org.glassfish.common:common-util:hk2-jar:10.0-SNAPSHOT
      2) org.glassfish:javax.xml.stream:jar:10.0-SNAPSHOT


This is after a fresh checkout.