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 /archiva-modules | |
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
Diffstat (limited to 'archiva-modules')
-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 |
2 files changed, 3 insertions, 1 deletions
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> |