evenisse 2003/08/29 03:58:45
Modified: src/plugins-build/jar plugin.jelly plugin.properties
src/plugins-build/jar/xdocs changes.xml properties.xml
Log:
Maven-755. Add maven.jar.compress
Revision Changes Path
1.18 +1 -0 maven/src/plugins-build/jar/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/jar/plugin.jelly,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- plugin.jelly 5 Aug 2003 08:11:47 -0000 1.17
+++ plugin.jelly 29 Aug 2003 10:58:45 -0000 1.18
@@ -28,6 +28,7 @@
jarfile="${maven.build.dir}/${maven.final.name}.jar"
basedir="${maven.build.dest}"
index="${maven.jar.index}"
+ compress="${maven.jar.compress}"
excludes="${maven.jar.excludes}">
<j:if test="${maven.jar.manifest.available}">
1.6 +1 -0 maven/src/plugins-build/jar/plugin.properties
Index: plugin.properties
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/jar/plugin.properties,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- plugin.properties 5 Aug 2003 08:11:47 -0000 1.5
+++ plugin.properties 29 Aug 2003 10:58:45 -0000 1.6
@@ -4,4 +4,5 @@
maven.jar.manifest.extensions.add=false
maven.jar.excludes = **/package.html
maven.jar.index=false
+maven.jar.compress=true
maven.remote.group=maven
1.5 +5 -0 maven/src/plugins-build/jar/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/jar/xdocs/changes.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- changes.xml 29 Aug 2003 01:55:46 -0000 1.4
+++ changes.xml 29 Aug 2003 10:58:45 -0000 1.5
@@ -8,6 +8,11 @@
<body>
+ <release version="1.2" date="In cvs">
+ <action dev="evenisse" type="update">
+ Maven-755. Add maven.jar.compress.
+ </action>
+ </release>
<release version="1.1" date="2003-08-29">
<action dev="dion" type="update">
Added maven.jar.index property
1.6 +5 -0 maven/src/plugins-build/jar/xdocs/properties.xml
Index: properties.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/jar/xdocs/properties.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- properties.xml 5 Aug 2003 08:11:47 -0000 1.5
+++ properties.xml 29 Aug 2003 10:58:45 -0000 1.6
@@ -96,6 +96,11 @@
project descriptor</a>
</td>
</tr>
+ <tr>
+ <td>maven.jar.compress</td>
+ <td>Yes</td>
+ <td>Not only store data but also compress them, defaults to true.</td>
+ </tr>
</table>
</section>
<section name="Deploy Settings">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]