diff options
author | Olivier Lamy <olamy@apache.org> | 2011-10-03 07:44:01 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-10-03 07:44:01 +0000 |
commit | d9df6e4404ae759a76e38c695bfbb6e084341efd (patch) | |
tree | bd942ccf2337e7496befb30f050f09f8469b4ca6 | |
parent | a8774906368f3c73b8c672e0fefc24f312c60f43 (diff) | |
download | archiva-d9df6e4404ae759a76e38c695bfbb6e084341efd.tar.gz archiva-d9df6e4404ae759a76e38c695bfbb6e084341efd.zip |
move antrun version to pluginManagement section
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1178320 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | archiva-jetty/pom.xml | 2 | ||||
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp-test/pom.xml | 2 | ||||
-rw-r--r-- | archiva-modules/archiva-web/archiva-webapp/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 5 |
4 files changed, 9 insertions, 2 deletions
diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index 6697666f8..49a918590 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -209,8 +209,8 @@ </configuration> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>1.1</version> <executions> <execution> <id>config</id> diff --git a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml index 93d9cfb8a..db07f1ee2 100644 --- a/archiva-modules/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp-test/pom.xml @@ -312,6 +312,7 @@ </executions> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> @@ -612,7 +613,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>1.6</version> <executions> <execution> <id>cleanup-files</id> diff --git a/archiva-modules/archiva-web/archiva-webapp/pom.xml b/archiva-modules/archiva-web/archiva-webapp/pom.xml index bf1286fa9..2837e1a28 100644 --- a/archiva-modules/archiva-web/archiva-webapp/pom.xml +++ b/archiva-modules/archiva-web/archiva-webapp/pom.xml @@ -549,6 +549,7 @@ </plugin> <!-- hack for jetty:run, archiva web config files are checked in /WEB-INF/ dir --> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> @@ -821,6 +822,7 @@ <build> <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> @@ -1481,6 +1481,11 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-antrun-plugin</artifactId> + <version>1.6</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> <version>2.2-beta-3</version> </plugin> |