Hi,

i work with 1.3.6 on GlassFish 3 (latest) and setup a mirror. This worked for a time. But now, i got errors:

Scanning for projects...

------------------------------------------------------------------------
Building tapestry-jpa 5.3
------------------------------------------------------------------------
Downloading: http://<URL>/archiva/repository/external/org/eclipse/persistence/org.eclipse.persistence.jpa/2.5.0-SNAPSHOT/maven-metadata.xml

Downloading: http://<URL>/archiva/repository/external/org/eclipse/persistence/org.eclipse.persistence.jpa/2.5.0-SNAPSHOT/org.eclipse.persistence.jpa-2.5.0-SNAPSHOT.pom

The POM for org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.5.0-SNAPSHOT is missing, no dependency information available Downloading: http://<URL>/archiva/repository/external/org/eclipse/persistence/eclipselink/2.5.0-SNAPSHOT/maven-metadata.xml

Downloading: http://<URL>/archiva/repository/external/org/eclipse/persistence/eclipselink/2.5.0-SNAPSHOT/eclipselink-2.5.0-SNAPSHOT.pom

The POM for org.eclipse.persistence:eclipselink:jar:2.5.0-SNAPSHOT is missing, no dependency information available Downloading: http://<URL>/archiva/repository/external/org/eclipse/persistence/javax.persistence/2.1.0-SNAPSHOT/maven-metadata.xml

Downloading: http://<URL>/archiva/repository/external/org/eclipse/persistence/javax.persistence/2.1.0-SNAPSHOT/javax.persistence-2.1.0-SNAPSHOT.pom

The POM for org.eclipse.persistence:javax.persistence:jar:2.1.0-SNAPSHOT is missing, no dependency information available Downloading: http://<URL>/archiva/repository/external/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.5.0-SNAPSHOT/maven-metadata.xml

Downloading: http://<URL>/archiva/repository/external/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.5.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.5.0-SNAPSHOT.pom

The POM for org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor:jar:2.5.0-SNAPSHOT is missing, no dependency information available Downloading: http://<URL>/archiva/repository/external/org/eclipse/persistence/org.eclipse.persistence.jpa/2.5.0-SNAPSHOT/org.eclipse.persistence.jpa-2.5.0-SNAPSHOT.jar Downloading: http://<URL>/archiva/repository/external/org/eclipse/persistence/eclipselink/2.5.0-SNAPSHOT/eclipselink-2.5.0-SNAPSHOT.jar Downloading: http://<URL>/archiva/repository/external/org/eclipse/persistence/javax.persistence/2.1.0-SNAPSHOT/javax.persistence-2.1.0-SNAPSHOT.jar Downloading: http://<URL>/archiva/repository/external/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/2.5.0-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-2.5.0-SNAPSHOT.jar


------------------------------------------------------------------------
BUILD FAILURE
------------------------------------------------------------------------
Total time: 43.315s
Finished at: Mon Oct 14 15:49:08 CEST 2013
Final Memory: 8M/310M
------------------------------------------------------------------------
Failed to execute goal on project tapestry-jpa: Could not resolve dependencies for project org.apache.tapestry:tapestry-jpa:jar:5.3: The following artifacts could not be resolved: org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.5.0-SNAPSHOT, org.eclipse.persistence:eclipselink:jar:2.5.0-SNAPSHOT, org.eclipse.persistence:javax.persistence:jar:2.1.0-SNAPSHOT, org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor:jar:2.5.0-SNAPSHOT: Could not find artifact org.eclipse.persistence:org.eclipse.persistence.jpa:jar:2.5.0-SNAPSHOT in external (http://<URL>/archiva/repository/external/) -> [Help 1]


settings.xml

    <mirrors>
        <mirror>
            <id>archiva</id>
            <mirrorOf>central</mirrorOf>
            <name>AE Online Repository.</name>
            <url><url>/archiva/repository/external</url>
        </mirror>
    </mirrors>

Why is mirroring not working, i did not found something in the log file. Or what do i wrong?

Thanks
Andreas
--
ae | Andreas Ernst | IT Spektrum
Postfach 5, 65612 Beselich
Schupbacher Str. 32, 65614 Beselich, Germany
Tel: +49-6484-91002 Fax: +49-6484-91003
a...@ae-online.de | www.ae-online.de
www.tachyon-online.de

Reply via email to