Author: lfryc(a)redhat.com
Date: 2011-03-20 17:50:17 -0400 (Sun, 20 Mar 2011)
New Revision: 22275
Modified:
modules/tests/metamer/tags/metamer-4.0.0.20110319-Final/ftest/pom.xml
Log:
cancelled stopping of container since it causes error with JBoss profiles
Modified: modules/tests/metamer/tags/metamer-4.0.0.20110319-Final/ftest/pom.xml
===================================================================
--- modules/tests/metamer/tags/metamer-4.0.0.20110319-Final/ftest/pom.xml 2011-03-20
21:44:51 UTC (rev 22274)
+++ modules/tests/metamer/tags/metamer-4.0.0.20110319-Final/ftest/pom.xml 2011-03-20
21:50:17 UTC (rev 22275)
@@ -579,6 +579,12 @@
<phase>none</phase>
</execution>
</executions>
+ <executions>
+ <execution>
+ <id>stop-container</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
</plugin>
</plugins>
</build>