openjpa-parent pom should not overwrite central repository setting
------------------------------------------------------------------

                 Key: OPENJPA-537
                 URL: https://issues.apache.org/jira/browse/OPENJPA-537
             Project: OpenJPA
          Issue Type: Bug
          Components: build / infrastructure
    Affects Versions: 1.0.2, 1.0.1, 1.0.0
            Reporter: Bernd Bohmann
            Priority: Critical


You can not use the openjpa version 1.0.2 in a Maven environment (the same for 
1.0.1 and 1.0.0). 
This version tries to download the artifacts from http://www.ibiblio.org/maven2 
(ibiblio doesn't work anymore.)
 
Please do not overwrite the central repository in a pom. A mirror of central 
should only be defined in your local settings.xml.

Please remove this from http://svn.apache.org/repos/asf/openjpa/trunk/pom.xml

<repository>
       <id>central</id>
        <name>Maven Repository Switchboard</name>
        <url>http://www.ibiblio.org/maven2</url>
 </repository>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to