Full name:
com.worksap.tools:incremental-analysis-maven-plugin:1.1.0:spotbugs
Description:
-onlyAnalyze
parameter for
spotbugs-maven-plugin. Generated parameter will be set as property
of current Maven execution.Attributes:
verify
.Name | Type | Since | Description |
---|---|---|---|
<project> |
MavenProject |
- |
(no description) User property is: project . |
<propertyToAnalyze> |
String |
- |
Name of the property to generate value by this plugin, to specify
-onlyAnalyze option to SpotBugs.Default value is: spotbugs.onlyAnalyze . |
<propertyToSkip> |
String |
- |
Name of the property to generate value by this plugin, to decide
that spotbugs-maven-plugin needs to skip analysis or not. Default value is: spotbugs.skip . |
<skip> |
boolean |
- |
Flag to skip execution of this incremental-analysis plugin. Default value is: false .User property is: incremental.spotbugs.skip . |
<source> |
String |
- |
Git ref of the source of pull-request or merge-request. Default value is: HEAD .User property is: incremental.spotbugs.source . |
<target> |
String |
- |
Git ref of the target of pull-request or merge-request. Default value is: refs/heads/master .User property is: incremental.spotbugs.target . |
org.apache.maven.project.MavenProject
No
project
-onlyAnalyze
option to SpotBugs.java.lang.String
No
spotbugs.onlyAnalyze
java.lang.String
No
spotbugs.skip
boolean
No
incremental.spotbugs.skip
false
java.lang.String
No
incremental.spotbugs.source
HEAD
java.lang.String
No
incremental.spotbugs.target
refs/heads/master