MPWAR-33: Removed attribute update=true from <ant:jar> 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
This commit is contained in:
felipeal
2004-10-15 11:05:20 +00:00
parent b55c9cf7bf
commit 93e6ceaeb1
2 changed files with 1 additions and 1 deletions

View File

@@ -62,7 +62,6 @@
<ant:jar
destfile="${maven.war.build.dir}/${maven.war.final.name}"
basedir="${maven.war.webapp.dir}"
update="true"
index="${maven.war.index}">
<ant:metainf dir="${licenseFile.canonicalFile.parent}">
<ant:include name="${licenseFile.canonicalFile.name}"/>