duplicatefinder:find
Full name:
ch.elca.el4j.maven.plugins:maven-duplicatefinder-plugin:3.1:find
Description:
Plugin to run duplicatefinder as part of the build lifecycle.
Attributes:
- Requires a Maven 2.0 project to be executed.
- Binds by default to the lifecycle phase: test.
Required Parameters
Name |
Type |
Since |
Description |
m_project |
MavenProject |
- |
The project we are dealing with.
|
Optional Parameters
Name |
Type |
Since |
Description |
duplicateIsFail |
boolean |
- |
Whether to fail the build if duplicates are found. Default value is: false. |
Parameter Details
duplicateIsFail:
Whether to fail the build if duplicates are found.
- Type: boolean
- Required: No
- Default: false
m_project:
The project we are dealing with.
- Type: org.apache.maven.project.MavenProject
- Required: Yes
- Expression: ${project}