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:
@@ -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}"/>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user