summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2012-08-21 11:11:42 +0000
committerOlivier Lamy <olamy@apache.org>2012-08-21 11:11:42 +0000
commit472f9c5a08f1714dd04a16c76cb6e8d0cbb8c240 (patch)
treebb5fc265a4213c3a6f62b576df3761f12c8ca7bf /pom.xml
parent4492f6f57f8010cc6144b1ec0be11a6b0e917195 (diff)
downloadarchiva-472f9c5a08f1714dd04a16c76cb6e8d0cbb8c240.tar.gz
archiva-472f9c5a08f1714dd04a16c76cb6e8d0cbb8c240.zip
useJvmChmod for assembly plugin as we are 1.6 required
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1375472 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index ebd37dd3b..d1705fec8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1677,6 +1677,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
+ <configuration>
+ <useJvmChmod>true</useJvmChmod>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>