Updated Branches: refs/heads/1.5.x 96e3b1e0a -> 4e0ee7940
Allow skipping duplicate-finder-plugin by setting skipDuplicateFinder property to true Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/4e0ee794 Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/4e0ee794 Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/4e0ee794 Branch: refs/heads/1.5.x Commit: 4e0ee79400e944a3ac5251d09559405d769f393b Parents: 96e3b1e Author: Andrew Bayer <[email protected]> Authored: Wed Jul 17 12:42:40 2013 -0700 Committer: Andrew Bayer <[email protected]> Committed: Wed Jul 17 12:44:43 2013 -0700 ---------------------------------------------------------------------- project/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/4e0ee794/project/pom.xml ---------------------------------------------------------------------- diff --git a/project/pom.xml b/project/pom.xml index f5bcd19..f0105d3 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -479,6 +479,7 @@ <ignoredResource>OSGI-OPT/bnd.bnd</ignoredResource> </ignoredResources> <failBuildInCaseOfConflict>true</failBuildInCaseOfConflict> + <skip>${skipDuplicateFinder}</skip> </configuration> <executions> <execution>
