embedmongo-maven-plugin icon indicating copy to clipboard operation
embedmongo-maven-plugin copied to clipboard

Improve MAVEN build Performance

Open ChenZhangg opened this issue 3 years ago • 0 comments

Apache Maven Dependency Plugin can be used to find unused dependencies. And I found following list. Maybe we can remove them. embedmongo-maven-plugin {groupId='commons-io', artifactId='commons-io'} {groupId='org.apache.maven', artifactId='maven-core'} {groupId='org.apache.maven', artifactId='maven-compat'} {groupId='org.apache.maven', artifactId='maven-artifact'} {groupId='org.apache.maven', artifactId='maven-artifact-manager'}

===================== If there are any inappropriate modifications in this PR, please give me a reply and I will change them.

ChenZhangg avatar Aug 23 '21 12:08 ChenZhangg