SpotBugs Maven Plugin - Multimodule Configuration

39 views Asked by At

I would like to enable the SpotBugs Maven Plugin on my multimodule project.

There is a documentation on the official homepage for that, but the proposed project structure put's all existing modules inside a separate directory called whiz-progs:

whizbang
|-- pom.xml
|-- ...
|-- whiz-progs
    |-- pom.xml
    |-- core
    |-- gui
    |-- jmx

Is there a way to run Spotbugs on the modules core, gui and jmx while keeping them on the root level of the project? Kinda like in the PMD multi module configuration?

0

There are 0 answers