From 02f6e4f8d9174bc667e1b5968515538cfa99a9a3 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Mon, 11 Jun 2012 17:04:42 -0700 Subject: [PATCH] Updating to Jetty 8 to get full stack trace in case of an error. --- pom.xml | 2 +- war/pom.xml | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 05591b2478..448ed010cb 100644 --- a/pom.xml +++ b/pom.xml @@ -595,7 +595,7 @@ THE SOFTWARE. --> org.jenkins-ci.tools maven-jenkins-dev-plugin - 6.1.26-jenkins-2 + 8.1.4.v20120524-jenkins-1 manual - + ${port} @@ -374,12 +374,12 @@ THE SOFTWARE. --> ../core/target/classes - - + + default ${basedir}/src/realm.properties - - + + JENKINS_HOME @@ -433,6 +433,9 @@ THE SOFTWARE. true + + false + -- GitLab