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}"/>

View File

@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.7-SNAPSHOT" date="in CVS">
<action dev="felipeal" type="fix" issue="MPWAR-33">Removed attribute <code>update=true</code> from <code>ant:jar</code> call, so now a fresh WAR is created on each run.</action>
<action dev="vmassol" type="update">
Made the <code>maven.war.final.name</code> property public as it is
required by several other plugins and before this change the only