[jbossws-commits] JBossWS SVN: r19395 - in stack/cxf/branches/arquillian/modules/testsuite: shared-tests and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jan 20 11:33:30 EST 2015


Author: asoldano
Date: 2015-01-20 11:33:30 -0500 (Tue, 20 Jan 2015)
New Revision: 19395

Modified:
   stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/pom.xml
   stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml
Log:
Shutdown containers started with -Pfast profile during post-integration-test phase


Modified: stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/pom.xml	2015-01-20 16:32:42 UTC (rev 19394)
+++ stack/cxf/branches/arquillian/modules/testsuite/cxf-tests/pom.xml	2015-01-20 16:33:30 UTC (rev 19395)
@@ -281,6 +281,16 @@
 	              <port>9990</port> <!-- Keep in sync with the port-offset -->
 	            </configuration>
 	          </execution>
+	          <execution>
+	            <id>jboss-shutdown</id>
+	            <phase>post-integration-test</phase>
+	            <goals>
+	              <goal>shutdown</goal>
+	            </goals>
+	            <configuration>
+	              <port>9990</port> <!-- Keep in sync with the port-offset -->
+	            </configuration>
+	          </execution>
  	          <execution>
 	            <id>ssl-mutual-auth</id>
 	            <phase>pre-integration-test</phase>
@@ -296,6 +306,16 @@
 	              <port>14990</port> <!-- Keep in sync with the port-offset -->
 	            </configuration>
 	          </execution>
+ 	          <execution>
+	            <id>ssl-mutual-auth-shutdown</id>
+	            <phase>post-integration-test</phase>
+	            <goals>
+	              <goal>shutdown</goal>
+	            </goals>
+	            <configuration>
+	              <port>14990</port> <!-- Keep in sync with the port-offset -->
+	            </configuration>
+	          </execution>
 	          <execution>
 	            <id>default-config-tests</id>
 	            <phase>pre-integration-test</phase>
@@ -311,6 +331,16 @@
 	              <port>19990</port> <!-- Keep in sync with the port-offset -->
 	            </configuration>
 	          </execution>
+	          <execution>
+	            <id>default-config-tests-shutdown</id>
+	            <phase>post-integration-test</phase>
+	            <goals>
+	              <goal>shutdown</goal>
+	            </goals>
+	            <configuration>
+	              <port>19990</port> <!-- Keep in sync with the port-offset -->
+	            </configuration>
+	          </execution>
             </executions>
           </plugin>
         </plugins>

Modified: stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml
===================================================================
--- stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml	2015-01-20 16:32:42 UTC (rev 19394)
+++ stack/cxf/branches/arquillian/modules/testsuite/shared-tests/pom.xml	2015-01-20 16:33:30 UTC (rev 19395)
@@ -234,6 +234,16 @@
                               </configuration>
                           </execution>
                           <execution>
+                              <id>jboss-shutdown</id>
+                              <phase>post-integration-test</phase>
+                              <goals>
+                                  <goal>shutdown</goal>
+                              </goals>
+                              <configuration>
+                                  <port>24990</port> <!-- Keep in sync with the port-offset -->
+                              </configuration>
+                          </execution>
+                          <execution>
                               <id>default-config-tests</id>
                               <phase>pre-integration-test</phase>
                               <goals>
@@ -247,6 +257,16 @@
                               </configuration>
                           </execution>
                           <execution>
+                              <id>default-config-tests-shutdown</id>
+                              <phase>post-integration-test</phase>
+                              <goals>
+                                  <goal>shutdown</goal>
+                              </goals>
+                              <configuration>
+                                  <port>29990</port> <!-- Keep in sync with the port-offset -->
+                              </configuration>
+                          </execution>
+                          <execution>
                               <id>address-rewrite</id>
                               <phase>pre-integration-test</phase>
                               <goals>
@@ -259,6 +279,16 @@
                                   <port>34990</port> <!-- Keep in sync with the port-offset -->
                               </configuration>
                           </execution>
+                          <execution>
+                              <id>address-rewrite-shutdown</id>
+                              <phase>post-integration-test</phase>
+                              <goals>
+                                  <goal>shutdown</goal>
+                              </goals>
+                              <configuration>
+                                  <port>34990</port> <!-- Keep in sync with the port-offset -->
+                              </configuration>
+                          </execution>
                       </executions>
                   </plugin>
               </plugins>



More information about the jbossws-commits mailing list