mirror of https://github.com/apache/archiva.git
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
This commit is contained in:
parent
73509cab5c
commit
6cae879606
7
pom.xml
7
pom.xml
|
@ -1717,6 +1717,13 @@
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
<artifactId>appassembler-maven-plugin</artifactId>
|
<artifactId>appassembler-maven-plugin</artifactId>
|
||||||
<version>1.3</version>
|
<version>1.3</version>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.codehaus.plexus</groupId>
|
||||||
|
<artifactId>plexus-utils</artifactId>
|
||||||
|
<version>${plexusUtilsPluginsVersion}</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.codehaus.mojo</groupId>
|
<groupId>org.codehaus.mojo</groupId>
|
||||||
|
|
Loading…
Reference in New Issue