From ded37a2b626419fcef6e9ae425331c275d827b48 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Thu, 28 Feb 2013 11:49:01 -0800 Subject: [PATCH] [JENKINS-16368] "mvn hudson-dev:run" to run with context path This helps us catch a typical error of not using ${rootURL} or getContextPath() where needed. --- war/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/war/pom.xml b/war/pom.xml index 2c25fe578c..435103e144 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -43,7 +43,7 @@ THE SOFTWARE. ${basedir}/work - / + /jenkins 8080 @@ -386,7 +386,6 @@ THE SOFTWARE. maven-jenkins-dev-plugin - ${contextPath} @@ -466,6 +465,7 @@ THE SOFTWARE. + ${contextPath} false -- GitLab