[ https://issues.apache.org/jira/browse/MDEP-537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15423278#comment-15423278 ]
Hudson commented on MDEP-537: ----------------------------- SUCCESS: Integrated in Jenkins build maven-plugins #7166 (See [https://builds.apache.org/job/maven-plugins/7166/]) [MDEP-537] Goal purge-local-repository requires a Maven project, even with manualIncludes The goal purge-local-repository does not require a Maven project to be executed, since it can be configured to remove dependencies given manually. (gboue: [http://svn.apache.org/viewvc/?view=rev&rev=1756544]) * (edit) maven-dependency-plugin/pom.xml * (add) maven-dependency-plugin/src/it/projects/purge-local-repository-without-pom * (add) maven-dependency-plugin/src/it/projects/purge-local-repository-without-pom/invoker.properties * (add) maven-dependency-plugin/src/it/projects/purge-local-repository-without-pom/setup.bsh * (add) maven-dependency-plugin/src/it/projects/purge-local-repository-without-pom/test.properties * (add) maven-dependency-plugin/src/it/projects/purge-local-repository-without-pom/verify.bsh * (edit) maven-dependency-plugin/src/main/java/org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java > 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é > Assignee: 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)