dev@glassfish.java.net

Re: Missing Artifact?

From: Mitesh Meswani <Mitesh.Meswani_at_Sun.COM>
Date: Sat, 05 Apr 2008 20:55:15 -0700

Hi Byron,

The dependency is resolved from repository - EclipseLink Repo
(http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/eclipselink/maven.repo),

It seems the repository is having issues with this particular artifact.
I have checked in a workaround (to not pull this artifact) for now.

Please update to persistence/eclipselink-wrapper/pom.xml to get the
workaround.

Thanks,
Mitesh

Byron Nevins wrote:
> I have a new error with building today.
> Any ideas?
>
> -------------------------------------------------
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Failed to resolve artifact.
>
> Missing:
> ----------
> 1) org.eclipse.persistence:eclipselink.extension.oracle:jar:1.0-SNAPSHOT
>
> Try downloading the file manually from:
> http://www.eclipse.org/eclipselink
>
> Then, install it using the command:
> mvn install:install-file -DgroupId=org.eclipse.persistence
> -DartifactId=eclipselink.extension.oracle \
> -Dversion=1.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.eclipse.per
> sistence -DartifactId=eclipselink.extension.oracle \
> -Dversion=1.0-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file \
> -Durl=[url] -DrepositoryId=[id]
>
> Path to dependency:
> 1)
> org.glassfish.persistence:eclipselink-wrapper:hk2-jar:10.0-SNAPSHOT
> 2)
> org.eclipse.persistence:eclipselink.extension.oracle:jar:1.0-SNAPSHOT
>
> ----------
> 1 required artifact is missing.
>
> for artifact:
> org.glassfish.persistence:eclipselink-wrapper:hk2-jar: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),
> maven2.java.net-backup
> (https://maven2-repository.dev.java.net/nonav/repository),
> EclipseLink Repo
> (http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/technology/eclipselink/maven.repo),
>
> glassfish-repository-wsinterop (http://maven.dyndns.org/glassfish/)
>