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/09/04 17:47:54 UTC

svn commit: r440111 - /geronimo/server/trunk/testsuite/console-testsuite/pom.xml

Author: jdillon
Date: Mon Sep  4 08:47:53 2006
New Revision: 440111

URL: http://svn.apache.org/viewvc?view=rev&rev=440111
Log:
Use fileset based configuration

Modified:
    geronimo/server/trunk/testsuite/console-testsuite/pom.xml

Modified: geronimo/server/trunk/testsuite/console-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/console-testsuite/pom.xml?view=diff&rev=440111&r1=440110&r2=440111
==============================================================================
--- geronimo/server/trunk/testsuite/console-testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/console-testsuite/pom.xml Mon Sep  4 08:47:53 2006
@@ -113,29 +113,18 @@
                         
                         <executions>
                             <execution>
-                                <id>basic</id>
                                 <phase>integration-test</phase>
                                 <goals>
                                     <goal>invoke</goal>
                                 </goals>
                                 
                                 <configuration>
-                                    <pomFile>${pom.basedir}/basic/pom.xml</pomFile>
-                                    <flags>
-                                        <flag>-Pchild</flag>
-                                    </flags>
-                                </configuration>
-                            </execution>
-                            
-                            <execution>
-                                <id>basic-junit</id>
-                                <phase>integration-test</phase>
-                                <goals>
-                                    <goal>invoke</goal>
-                                </goals>
-                                
-                                <configuration>
-                                    <pomFile>${pom.basedir}/basic-junit/pom.xml</pomFile>
+                                    <fileset>
+                                        <basedir>${pom.basedir}</basedir>
+                                        <includes>
+                                            <include>*/pom.xml</include>
+                                        </includes>
+                                    </fileset>
                                     <flags>
                                         <flag>-Pchild</flag>
                                     </flags>