summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--archiva-jetty-js/pom.xml1
-rw-r--r--archiva-jetty/pom.xml1
-rw-r--r--pom.xml5
3 files changed, 5 insertions, 2 deletions
diff --git a/archiva-jetty-js/pom.xml b/archiva-jetty-js/pom.xml
index e45979b31..af16f8653 100644
--- a/archiva-jetty-js/pom.xml
+++ b/archiva-jetty-js/pom.xml
@@ -105,7 +105,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>appassembler-maven-plugin</artifactId>
- <version>1.1.1</version>
<configuration>
<daemons>
<daemon>
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml
index 61606cedc..e18cda0e1 100644
--- a/archiva-jetty/pom.xml
+++ b/archiva-jetty/pom.xml
@@ -135,7 +135,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>appassembler-maven-plugin</artifactId>
- <version>1.1.1</version>
<configuration>
<daemons>
<daemon>
diff --git a/pom.xml b/pom.xml
index 8896ab60b..e251fd507 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1563,6 +1563,11 @@
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
+ <artifactId>appassembler-maven-plugin</artifactId>
+ <version>1.1.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.7</version>
</plugin>