You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jh...@apache.org on 2006/05/21 23:20:45 UTC

svn commit: r408494 - /cocoon/trunk/pom.xml

Author: jheymans
Date: Sun May 21 14:20:45 2006
New Revision: 408494

URL: http://svn.apache.org/viewvc?rev=408494&view=rev
Log:
starting pluginManagement section to 'lock down' the build plugin versions used

Modified:
    cocoon/trunk/pom.xml

Modified: cocoon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/pom.xml?rev=408494&r1=408493&r2=408494&view=diff
==============================================================================
--- cocoon/trunk/pom.xml (original)
+++ cocoon/trunk/pom.xml Sun May 21 14:20:45 2006
@@ -310,6 +310,15 @@
     </snapshotRepository>
   </distributionManagement>
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin> 
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-surefire-plugin</artifactId>
+          <version>2.2</version>
+        </plugin> 
+      </plugins>
+    </pluginManagement>
     <extensions>
       <extension>
         <groupId>org.apache.maven.wagon</groupId>