Guillaume Boué created MDEP-537: ----------------------------------- Summary: Goal purge-local-repository requires a Maven project, even with manualIncludes Key: MDEP-537 URL: https://issues.apache.org/jira/browse/MDEP-537 Project: Maven Dependency Plugin Issue Type: Improvement Components: purge-local-repository Affects Versions: 2.10 Reporter: Guillaume Boué Priority: Minor
Triggered by the Stack Overflow question [Can I remove jar from local repository without pom.xml?|http://stackoverflow.com/q/38973960/1743880]. The goal {{purge-local-repository}} requires a Maven project to be executed, but it also accepts a [{{manualInclude}}|http://maven.apache.org/plugins/maven-dependency-plugin/purge-local-repository-mojo.html#manualInclude] parameter, which bypasses the purge of project dependencies and only removes the ones specified. Therefore, the plugin should be updated to remove the requirement of a MavenProject. -- This message was sent by Atlassian JIRA (v6.3.4#6332)