[ https://issues.apache.org/jira/browse/MDEP-386?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15630126#comment-15630126 ]
Hudson commented on MDEP-386: ----------------------------- SUCCESS: Integrated in Jenkins build maven-plugins #7420 (See [https://builds.apache.org/job/maven-plugins/7420/]) [MDEP-386] Split purge-local-repository into manual and transitive Keeping the documentation in sync: the manual-purge-local-repository goal was reintegrated into the purge-local-repository goal, but the doc still mentioned it. (gboue: [http://svn.apache.org/viewvc/?view=rev&rev=1767762]) * (edit) maven-dependency-plugin/src/site/apt/examples/purging-local-repository.apt.vm > Split purge-local-repository into manual and transitive > ------------------------------------------------------- > > Key: MDEP-386 > URL: https://issues.apache.org/jira/browse/MDEP-386 > Project: Maven Dependency Plugin > Issue Type: Improvement > Components: purge-local-repository > Reporter: Paul Gier > Assignee: 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 was sent by Atlassian JIRA (v6.3.4#6332)