Author: lfryc(a)redhat.com
Date: 2011-03-20 17:44:51 -0400 (Sun, 20 Mar 2011)
New Revision: 22274
Modified:
modules/tests/metamer/tags/metamer-4.0.0.20110319-Final/ftest/pom.xml
Log:
cancelled undeploying from 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
20:24:25 UTC (rev 22273)
+++ modules/tests/metamer/tags/metamer-4.0.0.20110319-Final/ftest/pom.xml 2011-03-20
21:44:51 UTC (rev 22274)
@@ -570,6 +570,16 @@
<skip>true</skip>
</configuration>
</plugin>
- </plugins>
+ <plugin>
+ <groupId>org.codehaus.cargo</groupId>
+ <artifactId>cargo-maven2-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>undeploy-container</id>
+ <phase>none</phase>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
</project>
Show replies by date