Allow skipping duplicate-finder-plugin by setting skipDuplicateFinder property to true

This commit is contained in:
Andrew Bayer 2013-07-17 12:42:40 -07:00
parent c6facc13d6
commit 5ec05fed70
1 changed files with 1 additions and 0 deletions

View File

@ -496,6 +496,7 @@
<ignoredResource>META-INF/BCKEY.SF</ignoredResource>
</ignoredResources>
<failBuildInCaseOfConflict>true</failBuildInCaseOfConflict>
<skip>${skipDuplicateFinder}</skip>
</configuration>
<executions>
<execution>