Paul Gier created MDEP-386:
------------------------------

             Summary: Split purge-local-repository into manual and transitive
                 Key: MDEP-386
                 URL: https://jira.codehaus.org/browse/MDEP-386
             Project: Maven 2.x Dependency Plugin
          Issue Type: Improvement
          Components: purge-local-repository
            Reporter: Paul Gier


There doesn't seem to be a good way to resolve/purge/re-resolve from the local 
repository in a reliable way that works with both Maven 2 and 3.  So to 
simplify the code for this goal, it could be split into a manual mode goal 
which doesn't required dependency resolution, and a transitive mode which uses 
the plugin configuration for the initial dependency resolution.

The manual mode simply deletes a set of directories from the local repository.
The automated mode first resolves to the project dependencies to get the full 
information about them, then purges a filtered list from the local repository, 
then optionally re-resolves any dependencies that were purged.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to