[ 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.