summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-09-15 21:40:08 +0000
committerOlivier Lamy <olamy@apache.org>2012-09-15 21:40:08 +0000
commit6cae87960652d902ed89eb65a92d2aa3ae119423 (patch)
tree4be0b9d47731d45ed95211390b9219923c93e8b3 /pom.xml
parent73509cab5c05663ca330ec4ea9b6f508c2921521 (diff)
downloadarchiva-6cae87960652d902ed89eb65a92d2aa3ae119423.tar.gz
archiva-6cae87960652d902ed89eb65a92d2aa3ae119423.zip
faster appasembler with p-u 3.0.7-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1385189 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 3622834e6..fe42896e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1717,6 +1717,13 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>appassembler-maven-plugin</artifactId>
<version>1.3</version>
+ <dependencies>
+ <dependency>
+ <groupId>org.codehaus.plexus</groupId>
+ <artifactId>plexus-utils</artifactId>
+ <version>${plexusUtilsPluginsVersion}</version>
+ </dependency>
+ </dependencies>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>