Reputation: 333
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?
Upvotes: 1
Views: 108