dev@glassfish.java.net

v3 build failure - missing artifact

From: Hong Zhang <Hong.Zhang_at_Sun.COM>
Date: Mon, 02 Nov 2009 09:26:53 -0500

Anyone see this? I started to get this from yesterday. I used mvn -U
clean install.


Downloading:
http://download.java.net/maven/2/org/glassfish/extras/glassfish-embedded-all/3.0-SNAPSHOT/glassfish-embedded-all-3.0-SNAPSHOT.jar
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.glassfish.extras:glassfish-embedded-all:jar:3.0-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.glassfish.extras
-DartifactId=glassfish-embedded-all -Dversion=3.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.extras
-DartifactId=glassfish-embedded-all -Dversion=3.0-SNAPSHOT
-Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1)
org.glassfish:maven-embedded-glassfish-plugin:maven-plugin:3.0-SNAPSHOT
        2) org.glassfish.extras:glassfish-embedded-all:jar:3.0-SNAPSHOT

----------
1 required artifact is missing.

for artifact:
  org.glassfish:maven-embedded-glassfish-plugin:maven-plugin:3.0-SNAPSHOT

from the specified remote repositories:
  glassfish-internal (http://maven.sfbay/mirrors/glassfish/),
  java.net (http://download.java.net/maven/1),
  central (http://repo1.maven.org/maven2),
  java.net2 (http://download.java.net/maven/2)


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 16 minutes 20 seconds
[INFO] Finished at: Mon Nov 02 09:17:23 EST 2009
[INFO] Final Memory: 219M/383M