You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:53:33 UTC

[sling-org-apache-sling-launchpad-testing-war] 04/16: using root context path by default for testing-war

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.launchpad.testing-war-6
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-launchpad-testing-war.git

commit 5560442ffbce37042a188dd3f620505acd3b9ec3
Author: Justin Edelson <ju...@apache.org>
AuthorDate: Mon Jan 17 03:11:01 2011 +0000

    using root context path by default for testing-war
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/launchpad/testing-war@1059737 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a4324a5..281ebcc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -146,7 +146,7 @@
                 <groupId>org.mortbay.jetty</groupId>
                 <artifactId>maven-jetty-plugin</artifactId>
                 <configuration>
-                    <contextPath>/</contextPath>
+                    <contextPath>/${http.base.path}</contextPath>
                     <scanIntervalSeconds>
                         ${jetty.scan.interval.seconds}
                     </scanIntervalSeconds>
@@ -314,7 +314,7 @@
                                                 launchpad.http.server.url
                                             </name>
                                             <value>
-                                                http://${test.host}:${http.port}/${project.build.finalName}
+                                                http://${test.host}:${http.port}/${http.base.path}
                                             </value>
                                         </property>
                                         <property>
@@ -322,7 +322,7 @@
                                                 launchpad.webdav.server.url
                                             </name>
                                             <value>
-                                                http://${test.host}:${http.port}/${project.build.finalName}/${webdav.workspace.path}
+                                                http://${test.host}:${http.port}/${webdav.workspace.path}
                                             </value>
                                         </property>
 
@@ -371,6 +371,13 @@
                                         <cargo.jvmargs>-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=30333,server=y,suspend=y</cargo.jvmargs>
                                     -->
                                 </properties>
+                                <deployables>
+                                    <deployable>
+                                        <properties>
+                                            <context>/${http.base.path}</context>
+                                        </properties>
+                                    </deployable>
+                                </deployables>
                             </configuration>
                         </configuration>
                     </plugin>

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.