Author: lfryc(a)redhat.com
Date: 2011-03-21 04:58:29 -0400 (Mon, 21 Mar 2011)
New Revision: 22278
Modified:
modules/tests/metamer/tags/metamer-4.0.0.20110319-Final/ftest/pom.xml
Log:
re-enabling undeploy and stopping of container since it causes Tomcat hanging and holding
adress in use
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-21
06:45:02 UTC (rev 22277)
+++ modules/tests/metamer/tags/metamer-4.0.0.20110319-Final/ftest/pom.xml 2011-03-21
08:58:29 UTC (rev 22278)
@@ -570,20 +570,6 @@
<skip>true</skip>
</configuration>
</plugin>
- <plugin>
- <groupId>org.codehaus.cargo</groupId>
- <artifactId>cargo-maven2-plugin</artifactId>
- <executions>
- <execution>
- <id>undeploy-container</id>
- <phase>none</phase>
- </execution>
- <execution>
- <id>stop-container</id>
- <phase>none</phase>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</project>
Show replies by date