You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by "Michael Dick (JIRA)" <ji...@apache.org> on 2008/03/20 15:51:25 UTC

[jira] Assigned: (OPENJPA-537) openjpa-parent pom should not overwrite central repository setting

     [ https://issues.apache.org/jira/browse/OPENJPA-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dick reassigned OPENJPA-537:
------------------------------------

    Assignee: Michael Dick

> 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.0, 1.0.1, 1.0.2
>            Reporter: Bernd Bohmann
>            Assignee: Michael Dick
>
> 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.