You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Petr Kozelka (JIRA)" <ji...@codehaus.org> on 2009/12/04 16:36:55 UTC

[jira] Created: (MNG-4481) store snapshots in separate local repository

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