Note:This goal should be used as a Maven report.
Full name:
org.codehaus.mojo:javancss-maven-plugin:2.1:report
Description:
Attributes:
Name | Type | Since | Description |
---|---|---|---|
excludes | String[] | - | List of ant-style patterns used to specify the java sources that
should be excluded when running JavaNCSS. If this is not specified,
no files in the project source directories are excluded. |
includes | String[] | - | List of ant-style patterns used to specify the java sources that
should be included when running JavaNCSS. If this is not specified,
all .java files in the project source directories are included. |
lineThreshold | int | - | Specifies the maximum number of lines to take into account into the
reports. Default value is: 30. |
linkXRef | boolean | - | Link the violation line numbers to the source xref. Defaults to
true and will link automatically if jxr plugin is being used. Default value is: true. User property is: linkXRef. |
skip | boolean | 2.1 | Skip the report. Default value is: false. User property is: ncss.skip. |
sourceEncoding | String | - | Specifies the encoding of the source files. Default value is: ${project.build.sourceEncoding}. User property is: encoding. |
tempFileName | String | - | Specified the name of the temporary file generated by JavaNCSS
prior report generation. Default value is: javancss-raw-report.xml. |
xrefLocation | File | - | Location of the Xrefs to link to. Default value is: ${project.build.directory}/site/xref. |
skip: