checkclipse-helper:eclipse-cs-config
Full name:
ch.elca.el4j.maven.plugins:maven-checkclipse-helper-plugin:3.1:eclipse-cs-config
Description:
Mojo to create .checkstyle file.
Attributes:
- Requires a Maven 2.0 project to be executed.
Required Parameters
Name |
Type |
Since |
Description |
checkstyleFile |
File |
- |
Path to checkstyle file.
|
configFilePath |
File |
- |
Path to eclipse-cs config file. Default value is: .checkstyle. |
enableEclipseCs |
boolean |
- |
Flag to enable eclipse-cs. Default value is: true. |
Parameter Details
checkstyleFile:
Path to checkstyle file.
- Type: java.io.File
- Required: Yes
- Expression: ${checkstyle.checkstyleFilePath}
configFilePath:
Path to eclipse-cs config file.
- Type: java.io.File
- Required: Yes
- Expression: ${checkstyle.configFilePath}
- Default: .checkstyle
enableEclipseCs:
Flag to enable eclipse-cs.
- Type: boolean
- Required: Yes
- Expression: ${checkstyle.enableEclipseCs}
- Default: true