code-star / sbt-findsecbugs

An SBT plugin for FindSecurityBugs
MIT License
7 stars 6 forks source link

Don't add things to libraryDependencies #26

Closed nigredo-tori closed 4 years ago

nigredo-tori commented 4 years ago

At the moment, we add spotbugs and findsecbugs-plugin to the libraryDependencies, and use the same classpath for -cp and -auxclasspath. This means that:

We should keep spotbugs classpath in a separate configuration, and not mix it with the project itself.

jqno commented 4 years ago

Thanks for the PR's! The unit test is also appreciated very much. I've just merged and released!