You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2015/04/13 17:04:32 UTC

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

Author: cziegeler
Date: Mon Apr 13 15:04:32 2015
New Revision: 1673217

URL: http://svn.apache.org/r1673217
Log:
SLING-4598 : Migrate launchpad testing to provisioning model

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=1673217&r1=1673216&r2=1673217&view=diff
==============================================================================
--- sling/trunk/launchpad/testing/pom.xml (original)
+++ sling/trunk/launchpad/testing/pom.xml Mon Apr 13 15:04:32 2015
@@ -172,8 +172,6 @@
                 <plugins>
                     <plugin>
                         <artifactId>maven-failsafe-plugin</artifactId>
-                        <!-- Version newer than the one declared in the parent pom -->
-                        <version>2.16</version>
                         <executions>
                             <execution>
                                 <goals>
@@ -197,6 +195,7 @@
                             <systemPropertyVariables>
                                 <launchpad.http.server.url>http://${test.host}:${http.port}/</launchpad.http.server.url>
                                 <launchpad.webdav.server.url>http://${test.host}:${http.port}/${webdav.workspace.path}</launchpad.webdav.server.url>
+                                <launchpad.servlet.context>${http.base.path}</launchpad.servlet.context>
                              <!--
                                 <HttpTestBase.readyTimeoutSeconds>${HttpTestBase.readyTimeoutSeconds}</HttpTestBase.readyTimeoutSeconds>
                                 -->
@@ -225,6 +224,8 @@
                                 <server>
                                     <port>${http.port}</port>
                                     <controlPort>${sling.control.port}</controlPort>
+                                    <runmode>${sling.run.modes}</runmode>
+                                    <contextPath>${http.base.path}</contextPath>
                                 </server>
                             </servers>
                             <!-- TODO