Author: julien_viet
Date: 2011-01-14 20:21:08 -0500 (Fri, 14 Jan 2011)
New Revision: 5757
Modified:
components/pc/trunk/test/servers/jboss42/pom.xml
components/pc/trunk/test/servers/jboss51/pom.xml
components/pc/trunk/test/servers/jetty6/pom.xml
components/pc/trunk/test/servers/tomcat6/pom.xml
components/pc/trunk/test/servers/tomcat7/pom.xml
Log:
GTNPC-46 : now use "test" phase instead of "integration-test" phase
Modified: components/pc/trunk/test/servers/jboss42/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jboss42/pom.xml 2011-01-15 01:01:44 UTC (rev 5756)
+++ components/pc/trunk/test/servers/jboss42/pom.xml 2011-01-15 01:21:08 UTC (rev 5757)
@@ -335,7 +335,7 @@
<executions>
<execution>
<id>test</id>
- <phase>integration-test</phase>
+ <phase>test</phase>
<configuration>
<tasks>
Modified: components/pc/trunk/test/servers/jboss51/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jboss51/pom.xml 2011-01-15 01:01:44 UTC (rev 5756)
+++ components/pc/trunk/test/servers/jboss51/pom.xml 2011-01-15 01:21:08 UTC (rev 5757)
@@ -341,7 +341,7 @@
<executions>
<execution>
<id>test</id>
- <phase>integration-test</phase>
+ <phase>test</phase>
<configuration>
<tasks>
Modified: components/pc/trunk/test/servers/jetty6/pom.xml
===================================================================
--- components/pc/trunk/test/servers/jetty6/pom.xml 2011-01-15 01:01:44 UTC (rev 5756)
+++ components/pc/trunk/test/servers/jetty6/pom.xml 2011-01-15 01:21:08 UTC (rev 5757)
@@ -341,7 +341,7 @@
<executions>
<execution>
<id>test</id>
- <phase>integration-test</phase>
+ <phase>test</phase>
<configuration>
<tasks>
Modified: components/pc/trunk/test/servers/tomcat6/pom.xml
===================================================================
--- components/pc/trunk/test/servers/tomcat6/pom.xml 2011-01-15 01:01:44 UTC (rev 5756)
+++ components/pc/trunk/test/servers/tomcat6/pom.xml 2011-01-15 01:21:08 UTC (rev 5757)
@@ -335,7 +335,7 @@
<executions>
<execution>
<id>test</id>
- <phase>integration-test</phase>
+ <phase>test</phase>
<configuration>
<tasks>
Modified: components/pc/trunk/test/servers/tomcat7/pom.xml
===================================================================
--- components/pc/trunk/test/servers/tomcat7/pom.xml 2011-01-15 01:01:44 UTC (rev 5756)
+++ components/pc/trunk/test/servers/tomcat7/pom.xml 2011-01-15 01:21:08 UTC (rev 5757)
@@ -335,7 +335,7 @@
<executions>
<execution>
<id>test</id>
- <phase>integration-test</phase>
+ <phase>test</phase>
<configuration>
<tasks>
Show replies by date