You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Bhargav choudury <bh...@gmail.com> on 2020/02/16 06:14:32 UTC

Add optional parameter manualncludeByGroupid like manualInclude to Maven Dependency Plugin, goal -purge-local-repository

Hello Everyone,


What do you think of adding an option like manualncludeByGroupid to dependency plugin (goal -purge-local-repository) to  delete all the dependencies based on groupId, so that plugin can delete  dependencies that matches with the provided list of groupId’s in manualncludeByGroupid optional parameter. If someones wants to delete all depenencies under a particular group id they can use this manualncludeByGroupid option or if they want to delete specific dependency they can use manualInclude.


Maven-Dependency-Plugin : https://maven.apache.org/plugins/maven-dependency-plugin/purge-local-repository-mojo.html

Github: https://github.com/apache/maven-dependency-plugin/blob/master/src/main/java/org/apache/maven/plugins/dependency/PurgeLocalRepositoryMojo.java#L122,L133

Looking forward to hear from you.


Thanks,
Bhargav



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org