MountainCasual
MountainCasual

Reputation: 333

SpotBugs Maven Plugin - Multimodule Configuration

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

Answers (0)

Related Questions