dev@glassfish.java.net

build failure (what else?)...

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Wed, 17 Jun 2009 17:55:05 -0700

I've tried several clean builds, including removing my .m2 directory.
Still can't get it to build. I get:

Downloading:
http://maven.glassfish.org/content/groups/glassfish/jaxr-ra/jaxr-ra/JAXR_RA_AS90_20060317/jaxr-ra-JAXR_RA_AS90_20060317.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) jaxr-ra:jaxr-ra:jar:JAXR_RA_AS90_20060317

   Try downloading the file manually from the project website.

   Then, install it using the command:
       mvn install:install-file -DgroupId=jaxr-ra -DartifactId=jaxr-ra
-Dversion=JAXR_RA_AS90_20060317 -Dpackaging=jar -Dfile=/path/to/file

   Alternatively, if you host your own repository you can deploy the file there:
       mvn deploy:deploy-file -DgroupId=jaxr-ra -DartifactId=jaxr-ra
-Dversion=JAXR_RA_AS90_20060317 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url]
-DrepositoryId=[id]

   Path to dependency:
         1) org.glassfish.external:jaxr-ra:distribution-fragment:3.0-SNAPSHOT
         2) jaxr-ra:jaxr-ra:jar:JAXR_RA_AS90_20060317

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

for artifact:
   org.glassfish.external:jaxr-ra:distribution-fragment:3.0-SNAPSHOT

from the specified remote repositories:
   hk2gf (http://maven.glassfish.org/content/groups/glassfish)



What did I do wrong this time?