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