You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2013/11/06 10:45:06 UTC

svn commit: r1539289 - /sling/trunk/launchpad/testing/pom.xml

Author: bdelacretaz
Date: Wed Nov  6 09:45:06 2013
New Revision: 1539289

URL: http://svn.apache.org/r1539289
Log:
SLING-3232 - use dynamically assigned free port for Sling control port

Modified:
    sling/trunk/launchpad/testing/pom.xml

Modified: sling/trunk/launchpad/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/testing/pom.xml?rev=1539289&r1=1539288&r2=1539289&view=diff
==============================================================================
--- sling/trunk/launchpad/testing/pom.xml (original)
+++ sling/trunk/launchpad/testing/pom.xml Wed Nov  6 09:45:06 2013
@@ -111,6 +111,7 @@
                         <configuration>
                             <portNames>
                                 <portName>http.port</portName>
+                                <portName>sling.control.port</portName>
                             </portNames>
                         </configuration>
                     </execution>
@@ -266,6 +267,7 @@
                         <configuration>
                             <httpPort>${http.port}</httpPort>
                             <controlHost>${test.host}</controlHost>
+                            <controlPort>${sling.control.port}</controlPort>
                         </configuration>
                     </plugin>
                 </plugins>