Skip to content
Snippets Groups Projects
Commit d01e35ce authored by Connor McCoy's avatar Connor McCoy
Browse files

Merge pull request #470 from elliottneilclark/tarLong

Add posix compatibility to distribution.
parents d6b1ebc6 12bbb27d
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ LICENSE file.
<format>tar.gz</format>
</formats>
<appendAssemblyId>false</appendAssemblyId>
<tarLongFileMode>posix</tarLongFileMode>
</configuration>
<executions>
<execution>
......
......@@ -148,6 +148,7 @@ LICENSE file.
<descriptor>src/main/assembly/distribution.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
<tarLongFileMode>posix</tarLongFileMode>
</configuration>
<executions>
<execution>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment