Author: bdelacretaz
Date: Wed Mar 2 12:55:01 2011
New Revision: 1076201
URL: http://svn.apache.org/viewvc?rev=1076201&view=rev
Log:
SLING-1981 - use random port number by default
Modified:
sling/trunk/testing/samples/integration-tests/pom.xml
Modified: sling/trunk/testing/samples/integration-tests/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/testing/samples/integration-tests/pom.xml?rev=1076201&r1=1076200&r2=1076201&view=diff
==============================================================================
--- sling/trunk/testing/samples/integration-tests/pom.xml (original)
+++ sling/trunk/testing/samples/integration-tests/pom.xml Wed Mar 2 12:55:01
2011
@@ -52,8 +52,9 @@
optionally using -Dmaven.surefire.debug to enable debugging.
-->
<properties>
- <!-- Set this to run the server on a specific port -->
+ <!-- Set this to run the server on a specific port
<http.port></http.port>
+ -->
<!-- Set this to run tests against an existing server instance -->
<keepJarRunning>false</keepJarRunning>