]> source.dussan.org Git - archiva.git/commitdiff
war plugin 2.3 recompressZippedFiles to true to avoid to huge files
authorOlivier Lamy <olamy@apache.org>
Fri, 11 Jan 2013 17:10:30 +0000 (17:10 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 11 Jan 2013 17:10:30 +0000 (17:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/parent@1432160 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index f884ad46fdd7291ef4630897373b074f09c618e4..656573be739bf7bf4d485d8b0476e79f0411f533 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-war-plugin</artifactId>
           <version>2.3</version>
+          <configuration>
+            <recompressZippedFiles>true</recompressZippedFiles>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>