aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2014-12-15 18:41:58 +0100
committerEric Hartmann <hartmann.eric@gmail.com>2014-12-15 19:39:55 +0100
commitd0ac34c9376e668e8d67ab30038dfb28219be029 (patch)
tree3bf6d33dfbcedbe60384ac90e55605764aac566b /pom.xml
parent03b25a0e2f61c6371ea0a2024940b99d4f480bc7 (diff)
downloadsonarqube-d0ac34c9376e668e8d67ab30038dfb28219be029.tar.gz
sonarqube-d0ac34c9376e668e8d67ab30038dfb28219be029.zip
Readd the assembly configuration since zip file has incorrect mode
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2787d77dab2..934f5957e83 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,6 +136,16 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
+ <configuration>
+ <archiverConfig>
+ <!-- Workaround for http://jira.codehaus.org/browse/MASSEMBLY-422 -->
+ <!-- 420(dec) = 644(oct) -->
+ <fileMode>420</fileMode>
+ <!-- 493(dec) = 755(oct) -->
+ <directoryMode>493</directoryMode>
+ <defaultDirectoryMode>493</defaultDirectoryMode>
+ </archiverConfig>
+ </configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>