Proxied Repository causes Snapshot plugins to be selected
---------------------------------------------------------
Key: MRM-581
URL: http://jira.codehaus.org/browse/MRM-581
Project: Archiva
Issue Type: Bug
Affects Versions: 1.0-beta-3
Reporter: Yuri Schimke
We have proxied multiple repositories into the same local archiva repository.
This includes central, but also included the atlassian repository.
When we tried to release, we started getting problems that maven-deploy-plugin
2.4-SNAPSHOT could not be found. This seems to be because the atlassian
repository has 2.4-SNAPSHOT.
http://repository.atlassian.com/maven2/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml
<metadata>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.4-SNAPSHOT</version>
<versioning>
<latest>2.4-SNAPSHOT</latest>
<versions>
<version>2.4-SNAPSHOT</version>
</versions>
<lastUpdated>20070821032257</lastUpdated>
</versioning>
</metadata>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira