Author: olamy Date: Tue Feb 19 14:37:17 2013 New Revision: 1447735 URL: http://svn.apache.org/r1447735 Log: [MTOMCAT-208] JaCoCo instrumentation errors when running StandaloneWarMojo Submitted by Tim Astle.
Modified: tomcat/maven-plugin/trunk/README.txt Modified: tomcat/maven-plugin/trunk/README.txt URL: http://svn.apache.org/viewvc/tomcat/maven-plugin/trunk/README.txt?rev=1447735&r1=1447734&r2=1447735&view=diff ============================================================================== --- tomcat/maven-plugin/trunk/README.txt (original) +++ tomcat/maven-plugin/trunk/README.txt Tue Feb 19 14:37:17 2013 @@ -3,7 +3,7 @@ Build Apache Tomcat Maven Plugin To build this project you must Apache Maven at least 2.2.1 . mvn clean install will install the mojos without running integration tests. As there are some hardcoded integration tests with http port 1973, ajp 2001 and 2008, you could have some port allocation issues (if you don't know why those values ask olamy :-) ) -mvn clean install -Prun-its will run integration tests too: to override the default used htpp port you can use -Dits.http.port= -Dits.ajp.port= +mvn clean install -Prun-its will run integration tests too: to override the default used http port you can use -Dits.http.port= -Dits.ajp.port= Snapshots deployment --------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org