]> source.dussan.org Git - archiva.git/commitdiff
use plugin version from parent
authorOlivier Lamy <olamy@apache.org>
Sat, 12 May 2012 23:10:32 +0000 (23:10 +0000)
committerOlivier Lamy <olamy@apache.org>
Sat, 12 May 2012 23:10:32 +0000 (23:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1337723 13f79535-47bb-0310-9956-ffa450edef68

pom.xml
redback-integrations/redback-struts2/redback-struts2-content/pom.xml

diff --git a/pom.xml b/pom.xml
index 219f4cfe66d97b7d1587dd74488d21b05469e5af..b171ce662b5e1086812f37b7108a4beb592e73c6 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <pluginManagement>
       <plugins>
 
-        <plugin>
-          <groupId>org.apache.maven.plugins</groupId>
-          <artifactId>maven-war-plugin</artifactId>
-          <version>2.1.1</version>
-        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-gpg-plugin</artifactId>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.12</version>
         <configuration>
           <argLine>-Xmx256m -Xms256m</argLine>
         </configuration>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
-        <version>2.1</version>
         <configuration>
           <useReleaseProfile>false</useReleaseProfile>
           <goals>deploy</goals>
index 6b884bbd11901c849338692f9a86fc52434ccd11..dac561c227537fc7ff14945f59c93e45a97f2be8 100644 (file)
@@ -78,6 +78,7 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-war-plugin</artifactId>
         <configuration>
           <warSourceExcludes>WEB-INF/lib/**</warSourceExcludes>