Which is the small/trivial things you would like to do?
Use maven dependency analyzer during build
How it will help the project?
It will help in preventing accidental injection of libraries from transitive dependencies defined in pom.xml.
We are building a maven plugin, so we don't want to introduce unwanted dependency to the project
Dev tasks
[x] Add maven-dependency-plugin in pom.xml
[x] use the plugin during build step and fail it if there are warning
Which is the small/trivial things you would like to do? Use maven dependency analyzer during build
How it will help the project? It will help in preventing accidental injection of libraries from transitive dependencies defined in
pom.xml
.We are building a maven plugin, so we don't want to introduce unwanted dependency to the project
Dev tasks
maven-dependency-plugin
inpom.xml