jira-importer commented on issue #226: URL: https://github.com/apache/maven-install-plugin/issues/226#issuecomment-2771853053
**[Guillaume Boué](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=gboue)** commented 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`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org