From 1baf25e939418913d2905bf1443d3b3c93c61273 Mon Sep 17 00:00:00 2001 From: jieryn Date: Wed, 25 Aug 2010 18:51:27 +0000 Subject: [PATCH] HUDSON-7304 #close fixed git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@34096 71c3de6d-444a-0410-be80-ed276b4c234a --- war/pom.xml | 1 + war/src/main/webapp/WEB-INF/web.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/war/pom.xml b/war/pom.xml index da9c56c46c..50dd35cc65 100644 --- a/war/pom.xml +++ b/war/pom.xml @@ -46,6 +46,7 @@ THE SOFTWARE. maven-war-plugin 2.1-beta-1 + true ${project.build.directory}/generated-resources diff --git a/war/src/main/webapp/WEB-INF/web.xml b/war/src/main/webapp/WEB-INF/web.xml index 9544ccd816..c571bd67f5 100644 --- a/war/src/main/webapp/WEB-INF/web.xml +++ b/war/src/main/webapp/WEB-INF/web.xml @@ -27,7 +27,7 @@ THE SOFTWARE. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4"> - Hudson + Hudson v${project.version} Build management system -- GitLab