We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 363efbd + b1bd51b commit b7cbbdeCopy full SHA for b7cbbde
src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsGui.groovy
@@ -84,10 +84,6 @@ class SpotBugsGui extends AbstractMojo implements SpotBugsPluginsTrait {
84
@Parameter (defaultValue = '${session}', required = true, readonly = true)
85
MavenSession session
86
87
- /** Resource bundle for a specific locale. */
88
- @Parameter(readonly = true)
89
- ResourceBundle bundle
90
-
91
/** Specifies the directory where the Spotbugs native xml output will be generated. */
92
@Parameter(defaultValue = '${project.build.directory}', required = true)
93
File spotbugsXmlOutputDirectory
0 commit comments