-
Improvement
-
Resolution: Fixed
-
Minor
-
None
None of our POMs set the project name. This appears to prevent the PMD plugin from presenting the issues categorized by maven module (no "modules" tab).
I tried setting <name>${project.artifactId}</name> in the parent POM, but this ended up being literally quoted.
The findbugs plugin works as expected.