Added extra configuration for maven-assembly to fix directory-permissions.
This commit is contained in:
parent
def8c8b16e
commit
2c4782542d
1 changed files with 6 additions and 0 deletions
6
pom.xml
6
pom.xml
|
|
@ -29,6 +29,12 @@
|
||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>src/main/assembly/package.xml</descriptor>
|
<descriptor>src/main/assembly/package.xml</descriptor>
|
||||||
</descriptors>
|
</descriptors>
|
||||||
|
<!-- Hack for bug in maven-assembly: http://jira.codehaus.org/browse/MASSEMBLY-449 -->
|
||||||
|
<archiverConfig>
|
||||||
|
<fileMode>420</fileMode> <!-- 420(dec) = 644(oct) -->
|
||||||
|
<directoryMode>493</directoryMode> <!-- 493(dec) = 755(oct) -->
|
||||||
|
<defaultDirectoryMode>493</defaultDirectoryMode>
|
||||||
|
</archiverConfig>
|
||||||
</configuration>
|
</configuration>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue