Full name:
com.optum.sourcehawk.maven:sourcehawk-maven-plugin:0.1.0:scan
Description:
Attributes:
validate
.Name | Type | Since | Description |
---|---|---|---|
<configurationFile> |
File |
1.0.0 |
The configuration file which is used to configure Sourcehawk Default value is: sourcehawk.yml .User property is: sourcehawk.configurationFile . |
<reportOutputFile> |
File |
1.0.0 |
The file which the scan report will be output to, defaults to
DEFAULT_REPORT_LOCATION Default value is: ${project.build.directory}/sourcehawk/report.txt .User property is: sourcehawk.reportOutputFile . |
Name | Type | Since | Description |
---|---|---|---|
<failBuild> |
boolean |
1.0.0 |
Whether or not a failed scan should fail the build Default value is: true .User property is: sourcehawk.failBuild . |
<skip> |
boolean |
1.0.0 |
Whether or not to skip execution Default value is: false .User property is: sourcehawk.skip . |
<skipScan> |
boolean |
1.0.0 |
Whether or not to skip execution Default value is: false .User property is: sourcehawk.skipScan . |
java.io.File
1.0.0
Yes
sourcehawk.configurationFile
sourcehawk.yml
boolean
1.0.0
No
sourcehawk.failBuild
true
DEFAULT_REPORT_LOCATION
java.io.File
1.0.0
Yes
sourcehawk.reportOutputFile
${project.build.directory}/sourcehawk/report.txt
boolean
1.0.0
No
sourcehawk.skip
false
boolean
1.0.0
No
sourcehawk.skipScan
false