dev@glassfish.java.net

v3 build error: org.glassfish.web:web-ajp:jar:10.0-SNAPSHOT download fails

From: Nandini Ektare <Nandini.Ektare_at_Sun.COM>
Date: Wed, 27 Aug 2008 16:51:01 -0700

Tried mvn install w/ and w/o -U.
rm -rf'ed mvn repository before the build and it's a new workspace.
Still see the error below.

Is this a known issue on latest builds?

Thanks
Nandini

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

  Path to dependency:
        1)
org.glassfish.distributions:web:distribution-base-zip:10.0-SNAPSHOT
        2) org.glassfish.web:web-ajp:jar:10.0-SNAPSHOT

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

for artifact:
  org.glassfish.distributions:web:distribution-base-zip:10.0-SNAPSHOT

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),
  java.net (http://download.java.net/maven/1),
  maven2.java.net-backup
(https://maven2-repository.dev.java.net/nonav/repository),
  glassfish-repository-wsinterop (http://maven.dyndns.org/glassfish/)