diff options
author | Olivier Lamy <olamy@apache.org> | 2012-09-15 21:40:08 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-09-15 21:40:08 +0000 |
commit | 6cae87960652d902ed89eb65a92d2aa3ae119423 (patch) | |
tree | 4be0b9d47731d45ed95211390b9219923c93e8b3 /pom.xml | |
parent | 73509cab5c05663ca330ec4ea9b6f508c2921521 (diff) | |
download | archiva-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.xml | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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> |