You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Dušan Križan (JIRA)" <ji...@apache.org> on 2009/11/10 20:11:27 UTC

[jira] Created: (AXIS2-4549) Repository "java.net" is corrupted

Repository "java.net" is corrupted
----------------------------------

                 Key: AXIS2-4549
                 URL: https://issues.apache.org/jira/browse/AXIS2-4549
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
            Reporter: Dušan Križan
            Priority: Blocker


Repository "java.net" is corrupted. Could you please remove this code from "axis2-parent-1.5.1.pom"

{code}
        <repository>
            <id>java.net</id>
            <url>https://maven-repository.dev.java.net/nonav/repository/</url>
            <layout>legacy</layout>
            <snapshots>
                <enabled>false</enabled>
            </snapshots>
            <releases>
                <enabled>true</enabled>
            </releases>
        </repository>
{code}

Regards
Dušan Križan

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


[jira] Resolved: (AXIS2-4549) Repository "java.net" is corrupted

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-4549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davanum Srinivas resolved AXIS2-4549.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: nightly

Already fixed. For now with older axis2 versions, Please add a settings.xml under your .m2 directory with the following content:

<settings>
  <mirrors>

    <mirror>
      <id>java.net.2</id>
      <name>java.net Mirror of http://repo1.maven.org/maven2/</name>
      <url>http://download.java.net/maven/2/</url>
      <mirrorOf>java.net</mirrorOf>
    </mirror>

  </mirrors>
</settings>


> Repository "java.net" is corrupted
> ----------------------------------
>
>                 Key: AXIS2-4549
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4549
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>            Reporter: Dušan Križan
>            Priority: Blocker
>             Fix For: nightly
>
>
> Repository "java.net" is corrupted. Could you please remove this code from "axis2-parent-1.5.1.pom"
> {code}
>         <repository>
>             <id>java.net</id>
>             <url>https://maven-repository.dev.java.net/nonav/repository/</url>
>             <layout>legacy</layout>
>             <snapshots>
>                 <enabled>false</enabled>
>             </snapshots>
>             <releases>
>                 <enabled>true</enabled>
>             </releases>
>         </repository>
> {code}
> Regards
> Dušan Križan

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