HandOfGod94 / jacoco-cov-badge-maven-plugin

Generate High Quality SVG, PNG and JPG Coverage badges locally from jacoco report as part of build
The Unlicense
7 stars 10 forks source link

Analyze dependency on build #45

Closed HandOfGod94 closed 4 years ago

HandOfGod94 commented 4 years ago

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