]> source.dussan.org Git - archiva.git/commitdiff
faster resources plugin for non filtering resources at least
authorOlivier Lamy <olamy@apache.org>
Mon, 17 Sep 2012 13:20:46 +0000 (13:20 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 17 Sep 2012 13:20:46 +0000 (13:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1386602 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index 2e98e2d2d75179de44b45d00dd6978d3bf61cc72..e55871836562af1262ae42751181f2c32d3eb448 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
           <version>2.6</version>
+          <dependencies>
+            <dependency>
+              <groupId>org.codehaus.plexus</groupId>
+              <artifactId>plexus-utils</artifactId>
+              <version>${plexusUtilsPluginsVersion}</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>