codenarc:codenarc
Note:This goal should be used as a Maven report.
Full name:
io.github.crizzis:codenarc-maven-plugin:0.1:codenarc
Description:
Create a CodeNarc report (implies the execution of the
verify
goal)Attributes:
- Requires a Maven project to be executed.
- Binds by default to the lifecycle phase:
site
. - Invokes the execution of this plugin's goal
verify
prior to executing itself.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<skip> |
boolean |
- |
Set this to "true" to bypass CodeNarc report generation entirely Default value is: false .User property is: codenarc.skip . |
<xmlOutputDirectory> |
File |
- |
Location where the generated XML report will be created Default value is: ${project.build.directory} .User property is: codenarc.xmlOutputDirectory . |
Parameter Details
<skip>
Set this to "true" to bypass CodeNarc report generation entirely
- Type:
boolean
- Required:
No
- User Property:
codenarc.skip
- Default:
false
<xmlOutputDirectory>
Location where the generated XML report will be created
- Type:
java.io.File
- Required:
No
- User Property:
codenarc.xmlOutputDirectory
- Default:
${project.build.directory}