Note:This goal should be used as a Maven report.
Full name:
org.codehaus.mojo:findbugs-maven-plugin:3.0.6-SNAPSHOT:findbugs
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
classFilesDirectory | File | - | (no description) Default value is: ${project.build.outputDirectory}. |
findbugsXmlOutputDirectory | File | - | (no description) Default value is: ${project.build.directory}. |
outputDirectory | File | - | The output directory for the report. Note that this parameter is
only evaluated if the goal is run directly from the command line.
If the goal is run indirectly as part of a site generation, the
output directory configured in the Maven Site Plugin is used
instead. Default value is: ${project.reporting.outputDirectory}. |
testClassFilesDirectory | File | - | (no description) Default value is: ${project.build.testOutputDirectory}. |
xmlOutput | boolean | - | (no description) Default value is: false. User property is: findbugs.xmlOutput. |
xmlOutputDirectory | File | - | (no description) Default value is: ${project.build.directory}. |
Name | Type | Since | Description |
---|---|---|---|
debug | Boolean | - | (no description) Default value is: false. User property is: findbugs.debug. |
effort | String | - | (no description) Default value is: Default. User property is: findbugs.effort. |
excludeBugsFile | String | - | (no description) User property is: findbugs.excludeBugsFile. |
excludeFilterFile | String | - | (no description) User property is: findbugs.excludeFilterFile. |
failOnError | boolean | - | (no description) Default value is: true. User property is: findbugs.failOnError. |
findbugsXmlOutput | boolean | - | (no description) Default value is: true. |
fork | boolean | - | (no description) Default value is: true. User property is: findbugs.fork. |
includeFilterFile | String | - | (no description) User property is: findbugs.includeFilterFile. |
includeTests | boolean | - | (no description) Default value is: false. User property is: findbugs.includeTests. |
jvmArgs | String | - | (no description) User property is: findbugs.jvmArgs. |
maxHeap | int | - | (no description) Default value is: 512. User property is: findbugs.maxHeap. |
maxRank | int | - | (no description) User property is: findbugs.maxRank. |
nested | Boolean | - | (no description) Default value is: false. User property is: findbugs.nested. |
omitVisitors | String | - | (no description) User property is: findbugs.omitVisitors. |
onlyAnalyze | String | - | (no description) User property is: findbugs.onlyAnalyze. |
outputEncoding | String | - | Specifies the output encoding. Default value is: ${project.reporting.outputEncoding}. User property is: outputEncoding. |
pluginList | String | - | (no description) User property is: findbugs.pluginList. |
plugins | PluginArtifact[] | - | (no description) |
relaxed | Boolean | - | (no description) Default value is: false. User property is: findbugs.relaxed. |
skip | boolean | - | (no description) Default value is: false. User property is: findbugs.skip. |
skipEmptyReport | boolean | - | (no description) Default value is: false. User property is: findbugs.skipEmptyReport. |
sourceEncoding | String | - | (no description) Default value is: ${project.build.sourceEncoding}. User property is: encoding. |
threshold | String | - | (no description) Default value is: Default. User property is: findbugs.threshold. |
timeout | int | - | (no description) Default value is: 600000. User property is: findbugs.timeout. |
trace | Boolean | - | (no description) Default value is: false. User property is: findbugs.trace. |
userPrefs | String | - | (no description) User property is: findbugs.userPrefs. |
visitors | String | - | (no description) User property is: findbugs.visitors. |
xrefLocation | File | - | (no description) Default value is: ${project.reporting.outputDirectory}/xref. |
xrefTestLocation | File | - | (no description) Default value is: ${project.reporting.outputDirectory}/xref-test. |
fork:
skip: