You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ve...@apache.org on 2009/10/08 13:07:55 UTC

svn commit: r823125 - /webservices/axis2/trunk/java/modules/parent/pom.xml

Author: veithen
Date: Thu Oct  8 11:07:55 2009
New Revision: 823125

URL: http://svn.apache.org/viewvc?rev=823125&view=rev
Log:
Added a pluginManagement entry for build-helper-maven-plugin to avoid snapshot and/or moving plugin dependencies.

Modified:
    webservices/axis2/trunk/java/modules/parent/pom.xml

Modified: webservices/axis2/trunk/java/modules/parent/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/parent/pom.xml?rev=823125&r1=823124&r2=823125&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/parent/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/parent/pom.xml Thu Oct  8 11:07:55 2009
@@ -1259,6 +1259,11 @@
                     <artifactId>maven-remote-resources-plugin</artifactId>
                     <version>1.0</version>                
                 </plugin>
+                <plugin>
+                    <groupId>org.codehaus.mojo</groupId>
+                    <artifactId>build-helper-maven-plugin</artifactId>
+                    <version>1.4</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>