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-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org