store snapshots in separate local repository --------------------------------------------
Key: MNG-4481 URL: http://jira.codehaus.org/browse/MNG-4481 Project: Maven 2 Issue Type: New Feature Components: Artifacts and Repositories, Settings Environment: Maven 3 Reporter: Petr Kozelka This feature could be activated by an option in settings, for instance: {code:xml} <settings> <snapshotLocalRepository>${user.home}/.m2/snapshots</snapshotLocalRepository> ... </settings> {code} This gives developer more control over snapshots which he typically produces during build. One simple usecase is: drop all snapshots and make clean build (no ancient snapshot dependencies will bass) - useful especially after changing module identification. -- 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