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:55:10 UTC

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

Author: jdillon
Date: Mon Sep  4 08:55:10 2006
New Revision: 440114

URL: http://svn.apache.org/viewvc?view=rev&rev=440114
Log:
Use profiles config

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=440114&r1=440113&r2=440114
==============================================================================
--- geronimo/server/trunk/testsuite/console-testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/console-testsuite/pom.xml Mon Sep  4 08:55:10 2006
@@ -125,9 +125,9 @@
                                             <include>*/pom.xml</include>
                                         </includes>
                                     </fileset>
-                                    <flags>
-                                        <flag>-Pchild</flag>
-                                    </flags>
+                                    <profiles>
+                                        <profile>child</profile>
+                                    </profiles>
                                 </configuration>
                             </execution>
                         </executions>