All Downloads are FREE. Search and download functionalities are using the official Maven repository.

maven_templates.duplicate-finder-maven-plugin.xml Maven / Gradle / Ivy

There is a newer version: 4.4.0
Show newest version
<plugin>
    <groupId>org.basepom.maven</groupId>
    <artifactId>duplicate-finder-maven-plugin</artifactId>
    <version>2.0.1</version>
    <executions>
        <execution>
            <id>default</id>
            <phase>verify</phase>
            <goals>
                <goal>check</goal>
            </goals>
        </execution>
    </executions>
    <configuration>
        <printEqualFiles>true</printEqualFiles>
        <failBuildInCaseOfDifferentContentConflict>true</failBuildInCaseOfDifferentContentConflict>
        <failBuildInCaseOfEqualContentConflict>true</failBuildInCaseOfEqualContentConflict>
        <failBuildInCaseOfConflict>true</failBuildInCaseOfConflict>
        <checkCompileClasspath>true</checkCompileClasspath>
        <checkRuntimeClasspath>true</checkRuntimeClasspath>
        <checkTestClasspath>false</checkTestClasspath>
        <preferLocal>true</preferLocal>
        <useResultFile>false</useResultFile>
    </configuration>
</plugin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy