felipeal 2004/10/15 04:05:20
Modified: war plugin.jelly
war/xdocs changes.xml
Log:
MPWAR-33: Removed attribute update=true from <ant:jar> call, so now a fresh WAR is
created on each run.
Revision Changes Path
1.46 +0 -1 maven-plugins/war/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/war/plugin.jelly,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- plugin.jelly 15 Jul 2004 09:28:56 -0000 1.45
+++ plugin.jelly 15 Oct 2004 11:05:20 -0000 1.46
@@ -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}"/>
1.32 +1 -0 maven-plugins/war/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/war/xdocs/changes.xml,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- changes.xml 15 Jul 2004 09:28:56 -0000 1.31
+++ changes.xml 15 Oct 2004 11:05:20 -0000 1.32
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]