dev@glassfish.java.net

V3 build error

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Mon, 25 Aug 2008 14:43:53 -0700

This is on just checked out ws. via
% mvn clean; svn update
% mvn -U install

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

Missing:
----------
1) org.glassfish.common:stats77: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.common
-DartifactId=stats77 -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.common
-DartifactId=stats77 -Dversion=10.0-SNAPSHOT -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

   Path to dependency:
         1) org.glassfish.ejb:ejb-container:hk2-jar:10.0-SNAPSHOT
         2) org.glassfish.common:stats77:jar:10.0-SNAPSHOT

-marina