You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Guillaume Boué (JIRA)" <ji...@apache.org> on 2016/08/16 12:07:20 UTC

[jira] [Created] (MDEP-537) Goal purge-local-repository requires a Maven project, even with manualIncludes

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)