brett 2004/04/24 19:28:49
Modified: war plugin.jelly
war/xdocs changes.xml
Log:
PR: MPWAR-25
preserve last modified for source when copied to target directory
Revision Changes Path
1.41 +1 -1 maven-plugins/war/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/war/plugin.jelly,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- plugin.jelly 14 Apr 2004 00:57:17 -0000 1.40
+++ plugin.jelly 25 Apr 2004 02:28:49 -0000 1.41
@@ -127,7 +127,7 @@
<ant:mkdir dir="${webapp.build.classes}"/>
<j:if test="${webSourcesPresent == 'true'}">
- <ant:copy todir="${maven.war.webapp.dir}">
+ <ant:copy todir="${maven.war.webapp.dir}" preservelastmodified="true">
<ant:fileset dir="${maven.war.src}"
includes="${maven.war.src.includes}"
excludes="${maven.war.src.excludes}">
1.24 +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.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- changes.xml 14 Apr 2004 00:57:17 -0000 1.23
+++ changes.xml 25 Apr 2004 02:28:49 -0000 1.24
@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.6" date="in CVS">
+ <action dev="brett" type="fix" issue="MPWAR-25">preserve last modified time
of source files in the exploded webapp</action>
<action dev="brett" type="fix" issue="MPWAR-1">Call test:test regardless of
whether sources are present as it contains build logic</action>
<action dev="dion" type="fix" issue="MPWAR-24">Remove extra call to
java:compile</action>
<action dev="dion" type="update" issue="MPWAR-21">Allow automated generation
of manifest Class-Path</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]