diff options
-rw-r--r-- | archiva-jetty-js/pom.xml | 1 | ||||
-rw-r--r-- | archiva-jetty/pom.xml | 1 | ||||
-rw-r--r-- | pom.xml | 5 |
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> @@ -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> |