dev@glassfish.java.net

Trunk build errors in jdbc/admin

From: Tim Quinn <tim.quinn_at_oracle.com>
Date: Wed, 23 Feb 2011 12:04:36 -0600

Is anyone else seeing this error? I updated my workspace from the
trunk earlier this morning.

- Tim

[INFO] Configured Artifact: org.glassfish.docs.man:jdbc-admin-manpage:
3.2-b01:jar
Downloading: http://maven.glassfish.org/content/groups/glassfish/org/glassfish/docs/man/jdbc-admin-manpage/3.2-b01/jdbc-admin-manpage-3.2-b01.jar
[WARNING] Unable to get resource 'org.glassfish.docs.man:jdbc-admin-
manpage:jar:3.2-b01' from repository glassfish-repo-archive (http://maven.glassfish.org/content/groups/glassfish
): Error transferring file: Server returned HTTP response code: 502
for URL: http://maven.glassfish.org/content/groups/glassfish/org/glassfish/docs/man/jdbc-admin-manpage/3.2-b01/jdbc-admin-manpage-3.2-b01.jar
Downloading: http://repo1.maven.org/maven2/org/glassfish/docs/man/jdbc-admin-manpage/3.2-b01/jdbc-admin-manpage-3.2-b01.jar
[INFO] Unable to find resource 'org.glassfish.docs.man:jdbc-admin-
manpage:jar:3.2-b01' in repository central (http://repo1.maven.org/maven2
)
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Unable to find artifact.

Embedded error: Unable to download the artifact from any repository

Try downloading the file manually from the project website.

Then, install it using the command:
     mvn install:install-file -DgroupId=org.glassfish.docs.man -
DartifactId=jdbc-admin-manpage -Dversion=3.2-b01 -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.docs.man -
DartifactId=jdbc-admin-manpage -Dversion=3.2-b01 -Dpackaging=jar -
Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]


   org.glassfish.docs.man:jdbc-admin-manpage:jar:3.2-b01

from the specified remote repositories:
   glassfish-repo-archive (http://maven.glassfish.org/content/groups/glassfish
),
   central (http://repo1.maven.org/maven2)