Parent-POM has snapshot repository dependency
---------------------------------------------
Key: SHALE-265
URL: http://issues.apache.org/struts/browse/SHALE-265
Project: Shale
Issue Type: Bug
Components: Core
Affects Versions: 1.0.3
Reporter: Matthias Wessendorf
Priority: Critical
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>
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira