When a snapshot is deployed with uniqueVersion=false, it's SNAPSHOT dependencies must be forced to timestamp ------------------------------------------------------------------------------------------------------------
Key: MNG-3691 URL: http://jira.codehaus.org/browse/MNG-3691 Project: Maven 2 Issue Type: Bug Affects Versions: 2.0.9 Reporter: nicolas de loof use case : using the release plugin as a SNAPSHOT timestamped version to ensure reproductibility. When an incompatible SNAPSHOT of the release-manager is deployed, the plugin doesn't work anymore : it updated it's SNAPSHOT dependencies. -> uniqueVersion=false was useless to ensure reproductibility. The isse is that the plugin POM has a SNAPSHOT dependency. As part of the deploy process, the SNAPSHOT version SHOULD be forced to current timestamped version to follow the uniqueVersion expectation. -- 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