From 251ba6ca9d8b9ca85e6611211cc08016145c57b7 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Wed, 5 Jun 2013 11:05:12 +0000 Subject: [PATCH] add a profile to find duplicate resources/dependencies git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1489809 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pom.xml b/pom.xml index 1fcd18681..ff0b97a02 100644 --- a/pom.xml +++ b/pom.xml @@ -951,7 +951,27 @@ + + + dup + + + + com.ning.maven.plugins + maven-duplicate-finder-plugin + 1.0.4 + + + process-test-resources + + check + + + + + + -- 2.39.5