spotbugs:check – spotbugs-maven-plugin (original) (raw)
Full name:
com.github.spotbugs:spotbugs-maven-plugin:4.9.3.0:check
Description:
No description.
Attributes:
- Requires a Maven project to be executed.
- Requires dependency resolution of artifacts in scope:
test
. - The goal is thread-safe and supports parallel builds.
- Binds by default to the lifecycle phase:
verify
. - Invokes the execution of the following plugin's goal prior to executing itself:
spotbugs
.
Required Parameters
Optional Parameters
Parameter Details
No description.
- Type:
java.io.File
- Required:
Yes
- Default:
${project.build.outputDirectory}
No description.
- Type:
boolean
- Required:
No
- User Property:
spotbugs.debug
- Default:
false
No description.
- Type:
boolean
- Required:
No
- User Property:
spotbugs.failOnError
- Default:
true
No description.
- Type:
java.lang.String
- Required:
No
- User Property:
spotbugs.failThreshold
No description.
- Type:
boolean
- Required:
No
- User Property:
spotbugs.includeTests
- Default:
false
No description.
- Type:
int
- Required:
No
- User Property:
spotbugs.maxAllowedViolations
- Default:
0
No description.
- Type:
boolean
- Required:
No
- User Property:
spotbugs.quiet
- Default:
false
No description.
- Type:
boolean
- Required:
No
- User Property:
spotbugs.skip
- Default:
false
No description.
- Type:
java.io.File
- Required:
Yes
- Default:
${project.build.directory}
No description.
- Type:
java.lang.String
- Required:
No
- User Property:
spotbugs.outputXmlFilename
- Default:
spotbugsXml.xml
No description.
- Type:
java.io.File
- Required:
Yes
- Default:
${project.build.testOutputDirectory}