dev@glassfish.java.net

Re: Broken Build

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Sat, 19 Apr 2008 10:08:27 -0700

I just wiped out my local repo and did an offswan build, everything is
fine. maybe a temporary glitch of the java.net repo.

can you try again ?

jerome

Byron Nevins wrote:
> Any ideas on this?
>
> Downloading:
> http://maven.dyndns.org/glassfish//javax/persistence/persistence-api/1.0.3-SNAPSHOT/persistence-api-1.0.3-SNAPSHOT.jar
>
> Downloading:
> https://maven-repository.dev.java.net/nonav/repository/javax.persistence/jars/persistence-api-1.0.3-SNAPSHOT.jar
>
> Downloading:
> http://repo1.maven.org/maven2/javax/persistence/persistence-api/1.0.3-SNAPSHOT/persistence-api-1.0.3-SNAPSHOT.jar
>
> Downloading:
> http://download.java.net/maven/2/javax/persistence/persistence-api/1.0.3-SNAPSHOT/persistence-api-1.0.3-SNAPSHOT.jar
>
> Downloading:
> https://maven2-repository.dev.java.net/nonav/repository/javax/persistence/persistence-api/1.0.3-SNAPSHOT/persistence-ap
>
> i-1.0.3-SNAPSHOT.jar
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> GroupId: javax.persistence
> ArtifactId: persistence-api
> Version: 1.0.3-SNAPSHOT
>
> Reason: 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=javax.persistence
> -DartifactId=persistence-api \
> -Dversion=1.0.3-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=javax.persistence
> -DartifactId=persistence-api \
> -Dversion=1.0.3-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \
> -Durl=[url] -DrepositoryId=[id]
>
>
> javax.persistence:persistence-api:jar:1.0.3-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),
> maven2.java.net-backup
> (https://maven2-repository.dev.java.net/nonav/repository),
> glassfish-repository-wsinterop (http://maven.dyndns.org/glassfish/)
>