dev@glassfish.java.net

Build problem

From: Bhakti Mehta <Bhakti.Mehta_at_Sun.COM>
Date: Tue, 16 Sep 2008 09:34:23 -0700

I am running in the same issue as
http://hudson.sfbay/job/glassfish-v3-devbuild/3078/console
I think this is happening because the
http://hudson.sfbay/job/glassfish-v3/ is red so it cannot push to maven
repo?

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

Missing:
----------
1) org.glassfish.external:grizzly-module:jar:1.8.6-RC2

  Try downloading the file manually from the project website.

  Then, install it using the command:
      mvn install:install-file -DgroupId=org.glassfish.external
-DartifactId=gri
zzly-module \
          -Dversion=1.8.6-RC2 -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.external
-DartifactId=grizzly
-module \
          -Dversion=1.8.6-RC2 -Dpackaging=jar -Dfile=/path/to/file \
           -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
        1) org.glassfish.common:glassfish-api:hk2-jar:10.0.415
        2) org.glassfish.external:grizzly-module:jar:1.8.6-RC2

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

for artifact:
  org.glassfish.common:glassfish-api:hk2-jar:10.0.415

from the specified remote repositories:
  central (http://repo1.maven.org/maven2),
  maven2.java.net (http://download.java.net/maven/2),
  repo1.maven.org (http://repo1.maven.org/maven2),
  java-dev-repository
(https://maven-repository.dev.java.net/nonav/repository),
  glassfish-repository (http://download.java.net/maven/glassfish),
  maven2.java.net-backup
(https://maven2-repository.dev.java.net/nonav/repositor
y),
  glassfish-repository-wsinterop (http://maven.dyndns.org/glassfish/)

Regards,
Bhakti