You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/07/21 16:43:03 UTC

svn commit: r424337 - /geronimo/sandbox/svkmerge/m2migration/modules/directory/pom.xml

Author: jdillon
Date: Fri Jul 21 07:43:03 2006
New Revision: 424337

URL: http://svn.apache.org/viewvc?rev=424337&view=rev
Log:
Can only have on def of antrun... so merge into 2 executions

Modified:
    geronimo/sandbox/svkmerge/m2migration/modules/directory/pom.xml

Modified: geronimo/sandbox/svkmerge/m2migration/modules/directory/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/svkmerge/m2migration/modules/directory/pom.xml?rev=424337&r1=424336&r2=424337&view=diff
==============================================================================
--- geronimo/sandbox/svkmerge/m2migration/modules/directory/pom.xml (original)
+++ geronimo/sandbox/svkmerge/m2migration/modules/directory/pom.xml Fri Jul 21 07:43:03 2006
@@ -208,14 +208,15 @@
                 </configuration>
             </plugin>
             
-            <!--
-            HACK: Copy the generated XmlBeans bits for clover
-            -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-antrun-plugin</artifactId>
                 <executions>
+                    <!--
+                    HACK: Copy the generated XmlBeans bits for clover
+                    -->
                     <execution>
+                        <id>copy-xmlbeans-for-clover</id>
                         <phase>generate-resources</phase>
                         <goals>
                             <goal>run</goal>
@@ -231,14 +232,9 @@
                             </tasks>
                         </configuration>
                     </execution>
-                </executions>
-            </plugin>
-            
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-antrun-plugin</artifactId>
-                <executions>
+                    
                     <execution>
+                        <id>setup-test-var-directory</id>
                         <phase>process-test-resources</phase>
                         <goals>
                             <goal>run</goal>