dev@glassfish.java.net

Re: glassfish Nexus down?

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Wed, 09 Sep 2009 15:24:49 -0700

Jane,

It's not working for me - 'mvn clean' failed with:

[INFO] artifact org.jvnet.jaxb2.maven2:maven-jaxb2-plugin: checking for updates
from glassfish-repo-archive
[WARNING] repository metadata for: 'artifact
org.jvnet.jaxb2.maven2:maven-jaxb2-plugin' could not be retrieved from
repository: glassfish-repo-archive due to an error: Error transferring file
[INFO] Repository 'glassfish-repo-archive' will be blacklisted
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR


And I have this change in my top-level pom:

  % svn diff pom.xml
Index: pom.xml
===================================================================
--- pom.xml (revision 31192)
+++ pom.xml (working copy)
@@ -378,11 +378,15 @@
          <!-- first hits nexus repo for any artifact request, then falls to the
next repo in the list / order -->
          <repository>
              <id>glassfish-repo-archive</id>
+<name>maven-repo</name>
+ <url>http://download.java.net/maven/glassfish/</url>
+<!--
              <name>Nexus repository collection for Glassfish</name>
              <url>http://maven.glassfish.org/content/groups/glassfish</url>
              <snapshots>
                  <updatePolicy>never</updatePolicy>
              </snapshots>
+-->
          </repository>

Regards,
-marina

Jane Young wrote:
> I assume that it works for you on an existing Maven repo. I will
> document the workaround for a clean Maven repo and send it to dev alias.
>
> Bobby Bissett wrote:
>
>>> Be warned that build maybe slow. Make sure that you remove:
>>> [...]
>>> since Maven will try to contact Nexus and since it's not responding,
>>> it's going to take a while to timeout.
>>
>>
>> Awesome, thanks. Slow beats never.
>>
>> Cheers,
>> Bobby
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>