Author: lfryc(a)redhat.com
Date: 2011-01-06 05:27:53 -0500 (Thu, 06 Jan 2011)
New Revision: 20902
Modified:
modules/tests/archetypes/richfaces-simpleapp-ftest/trunk/pom.xml
Log:
suppressed stopping of jboss as it fails in jboss6x profile
Modified: modules/tests/archetypes/richfaces-simpleapp-ftest/trunk/pom.xml
===================================================================
--- modules/tests/archetypes/richfaces-simpleapp-ftest/trunk/pom.xml 2011-01-06 00:59:41
UTC (rev 20901)
+++ modules/tests/archetypes/richfaces-simpleapp-ftest/trunk/pom.xml 2011-01-06 10:27:53
UTC (rev 20902)
@@ -101,6 +101,16 @@
<
branchBase>https://svn.jboss.org/repos/richfaces/modules/tests/archety...
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.cargo</groupId>
+ <artifactId>cargo-maven2-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>stop-container</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>