Merge pull request #32 from NUBIC/feature/initial_build_with_maven
Use posix extensions for maven-assembly-plugin
This commit is contained in:
commit
f61d3b1a1a
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
||||||
<artifactId>maven-assembly-plugin</artifactId>
|
<artifactId>maven-assembly-plugin</artifactId>
|
||||||
<version>2.5.5</version>
|
<version>2.5.5</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<tarLongFileMode>posix</tarLongFileMode>
|
||||||
<descriptors>
|
<descriptors>
|
||||||
<descriptor>src/main/assembly/home.xml</descriptor>
|
<descriptor>src/main/assembly/home.xml</descriptor>
|
||||||
</descriptors>
|
</descriptors>
|
||||||
|
|
Loading…
Add table
Reference in a new issue