]> source.dussan.org Git - archiva.git/commitdiff
useJvmChmod for assembly plugin as we are 1.6 required
authorOlivier Lamy <olamy@apache.org>
Tue, 21 Aug 2012 11:11:42 +0000 (11:11 +0000)
committerOlivier Lamy <olamy@apache.org>
Tue, 21 Aug 2012 11:11:42 +0000 (11:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1375472 13f79535-47bb-0310-9956-ffa450edef68

pom.xml

diff --git a/pom.xml b/pom.xml
index ebd37dd3b45e0968208744e3b2a4b0929fb3c696..d1705fec82563cf6a785811734df24be9c0560a0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
+          <configuration>
+            <useJvmChmod>true</useJvmChmod>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>