[ https://issues.apache.org/jira/browse/MINSTALL-126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15436861#comment-15436861 ]
Guillaume Boué commented on MINSTALL-126: ----------------------------------------- In this use case, the OP wants to remove their installed artifacts from the local repo. I would guess that they use a consistent set of Maven coordinates, so for this, one could use the [{{maven-dependency-plugin:purge-local-repository}}|http://maven.apache.org/plugins/maven-dependency-plugin/purge-local-repository-mojo.html] MOJO and use the {{manualInclude}} property with {{-DmanualInclude=my.groupId}}. This would remove all artifacts from the local repo under the groupId {{my.groupId}}. > localRepositoryPath for install like for install-file > ----------------------------------------------------- > > Key: MINSTALL-126 > URL: https://issues.apache.org/jira/browse/MINSTALL-126 > Project: Maven Install Plugin > Issue Type: Improvement > Reporter: Michael Vorburger > > I believe there are real world use cases where to have a localRepositoryPath > available for maven-install-plugin's install goal like it currently is for > the install-file goal would be useful. > http://blog2.vorburger.ch/2016/06/maven-install-into-additional.html is a > Blog post I wrote with some background about why this would be useful. -- This message was sent by Atlassian JIRA (v6.3.4#6332)