From 93e6ceaeb1f591a3bea6fc83b2f29e9efcd4c386 Mon Sep 17 00:00:00 2001 From: felipeal Date: Fri, 15 Oct 2004 11:05:20 +0000 Subject: [PATCH] MPWAR-33: Removed attribute update=true from call, so now a fresh WAR is created on each run. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116140 13f79535-47bb-0310-9956-ffa450edef68 --- war/plugin.jelly | 1 - war/xdocs/changes.xml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/war/plugin.jelly b/war/plugin.jelly index b7199946..db7aa69d 100644 --- a/war/plugin.jelly +++ b/war/plugin.jelly @@ -62,7 +62,6 @@ diff --git a/war/xdocs/changes.xml b/war/xdocs/changes.xml index 1ff60a3e..0e5ef034 100644 --- a/war/xdocs/changes.xml +++ b/war/xdocs/changes.xml @@ -25,6 +25,7 @@ + Removed attribute update=true from ant:jar call, so now a fresh WAR is created on each run. Made the maven.war.final.name property public as it is required by several other plugins and before this change the only