spotbugs:gui
Full name:
com.github.spotbugs:spotbugs-maven-plugin:4.8.6.6:gui
Description:
No description.
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope:
test
. - The goal is not marked as thread-safe and thus does not support parallel builds.
Required Parameters
Name | Type | Since | Description |
---|---|---|---|
<classFilesDirectory> |
File |
- |
No description. Default: ${project.build.outputDirectory} |
<spotbugsXmlOutputDirectory> |
File |
- |
No description. Default: ${project.build.directory} |
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<debug> |
boolean |
- |
No description. Default: false User Property: spotbugs.debug |
<effort> |
String |
- |
No description. Default: Default User Property: spotbugs.effort |
<encoding> |
String |
- |
No description. Default: ${project.build.sourceEncoding} User Property: encoding |
<maxHeap> |
int |
- |
No description. Default: 512 User Property: spotbugs.maxHeap |
<pluginList> |
String |
- |
No description. User Property: spotbugs.pluginList |
<plugins> |
PluginArtifact[] |
- |
No description. |
<spotbugsXmlOutputFilename> |
String |
- |
No description. Default: spotbugsXml.xml User Property: spotbugs.outputXmlFilename |
Parameter Details
<classFilesDirectory>
No description.
- Type:
java.io.File
- Required:
Yes
- Default:
${project.build.outputDirectory}
<debug>
No description.
- Type:
boolean
- Required:
No
- User Property:
spotbugs.debug
- Default:
false
<effort>
No description.
- Type:
java.lang.String
- Required:
No
- User Property:
spotbugs.effort
- Default:
Default
<encoding>
No description.
- Type:
java.lang.String
- Required:
No
- User Property:
encoding
- Default:
${project.build.sourceEncoding}
<maxHeap>
No description.
- Type:
int
- Required:
No
- User Property:
spotbugs.maxHeap
- Default:
512
<pluginList>
No description.
- Type:
java.lang.String
- Required:
No
- User Property:
spotbugs.pluginList
<plugins>
No description.
- Type:
org.codehaus.mojo.spotbugs.PluginArtifact[]
- Required:
No
<spotbugsXmlOutputDirectory>
No description.
- Type:
java.io.File
- Required:
Yes
- Default:
${project.build.directory}
<spotbugsXmlOutputFilename>
No description.
- Type:
java.lang.String
- Required:
No
- User Property:
spotbugs.outputXmlFilename
- Default:
spotbugsXml.xml