Author: struberg
Date: Fri Aug 7 19:30:51 2015
New Revision: 1694734
URL: http://svn.apache.org/r1694734
Log:
add description about how to debug the ITs
Modified:
openwebbeans/trunk/webbeans-web/src/it/webcdiapp/pom.xml
Modified: openwebbeans/trunk/webbeans-web/src/it/webcdiapp/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-web/src/it/webcdiapp/pom.xml?rev=1694734&r1=1694733&r2=1694734&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-web/src/it/webcdiapp/pom.xml (original)
+++ openwebbeans/trunk/webbeans-web/src/it/webcdiapp/pom.xml Fri Aug 7
19:30:51 2015
@@ -30,6 +30,11 @@
<name>Webbeans Web IT</name>
+ <!--
+ For locally debugging this integration test you need to first build
the module.
+ Afterwards cd into target/it/webcdiapp and start tomcat with
+ $ mvn clean package tomcat7:run -Dtomcat.fork=false
+ -->
<properties>
<tomcat.version>7.0.61</tomcat.version>