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/28 02:11:05 UTC

svn commit: r450646 - /geronimo/server/trunk/testsuite/deployment-testsuite/pom.xml

Author: jdillon
Date: Wed Sep 27 17:11:05 2006
New Revision: 450646

URL: http://svn.apache.org/viewvc?view=rev&rev=450646
Log:
Undeploy as post-integration-test

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

Modified: geronimo/server/trunk/testsuite/deployment-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/testsuite/deployment-testsuite/pom.xml?view=diff&rev=450646&r1=450645&r2=450646
==============================================================================
--- geronimo/server/trunk/testsuite/deployment-testsuite/pom.xml (original)
+++ geronimo/server/trunk/testsuite/deployment-testsuite/pom.xml Wed Sep 27 17:11:05 2006
@@ -135,7 +135,7 @@
                             
                             <execution>
                                 <id>undeploy-ear-as-module</id>
-                                <phase>pre-integration-test</phase>
+                                <phase>post-integration-test</phase>
                                 <goals>
                                     <goal>undeploy-module</goal>
                                 </goals>
@@ -153,7 +153,7 @@
 
                             <execution>
                                 <id>undeploy-ear-as-moduleId</id>
-                                <phase>pre-integration-test</phase>
+                                <phase>post-integration-test</phase>
                                 <goals>
                                     <goal>undeploy-module</goal>
                                 </goals>