diff options
author | Olivier Lamy <olamy@apache.org> | 2012-08-21 11:11:42 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-08-21 11:11:42 +0000 |
commit | 472f9c5a08f1714dd04a16c76cb6e8d0cbb8c240 (patch) | |
tree | bb5fc265a4213c3a6f62b576df3761f12c8ca7bf /pom.xml | |
parent | 4492f6f57f8010cc6144b1ec0be11a6b0e917195 (diff) | |
download | archiva-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.xml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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> |