Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Won't Fix
-
1.0.3, 1.0.4-SNAPSHOT
-
None
-
None
Description
the parent pom 103 defines the maven-snapshot-repository.
that should not be in there, maybe only inside "distributionManagement" section.
<repositories>
<repository>
<id>apache.snapshots</id>
<name>Apache Maven Repository (Snapshots and Test Builds)</name>
<url>http://people.apache.org/maven-snapshot-repository</url>
<releases><enabled>true</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>
</repository>
<repository>
<id>java.net</id>
<name>java.net Maven 1 Repository</name>
<url>https://maven-repository.dev.java.net/nonav/repository</url>
<layout>legacy</layout>
</repository>
...