aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-06-15 20:09:01 +0000
committerOlivier Lamy <olamy@apache.org>2012-06-15 20:09:01 +0000
commit3d663ca528a3d8f343aa1c5178021493267e33c2 (patch)
treeafe657798eef8f003d1b07a1f09bda3ca25319a0
parente19ba782076528c2d53ad9f4ca20dca5c0f5cd9f (diff)
downloadarchiva-3d663ca528a3d8f343aa1c5178021493267e33c2.tar.gz
archiva-3d663ca528a3d8f343aa1c5178021493267e33c2.zip
consumer archetype use same surefire version as main build
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1350770 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml
index 5ba3564c2..5616e8bfb 100644
--- a/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml
@@ -229,6 +229,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
+ <version>2.12</version>
<configuration>
<systemPropertyVariables>
<appserver.base>${project.build.directory}/appserver-base</appserver.base>