Author: lfryc(a)redhat.com
Date: 2009-10-19 12:08:04 -0400 (Mon, 19 Oct 2009)
New Revision: 15723
Modified:
branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml
Log:
- rf-demo ftest - Cargo container configuration changed to prevent timeouts of deploying:
removed pingUrl and switched order of start,deploy to deploy,start (JBQA-2616)
Modified: branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml 2009-10-19
14:15:55 UTC (rev 15722)
+++ branches/community/3.3.X/samples/richfaces-demo/functional-test/pom.xml 2009-10-19
16:08:04 UTC (rev 15723)
@@ -232,8 +232,8 @@
<id>start-container</id>
<phase>pre-integration-test</phase>
<goals>
- <goal>start</goal>
<goal>deploy</goal>
+ <goal>start</goal>
</goals>
</execution>
<execution>
@@ -267,7 +267,6 @@
<groupId>org.richfaces.samples</groupId>
<artifactId>richfaces-demo</artifactId>
<type>war</type>
- <pingURL>${context.root}${context.path}</pingURL>
<properties>
<context>${context.path}</context>
</properties>
Show replies by date