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. ...@@ -60,6 +60,7 @@ LICENSE file.
<format>tar.gz</format> <format>tar.gz</format>
</formats> </formats>
<appendAssemblyId>false</appendAssemblyId> <appendAssemblyId>false</appendAssemblyId>
<tarLongFileMode>posix</tarLongFileMode>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
......
...@@ -148,6 +148,7 @@ LICENSE file. ...@@ -148,6 +148,7 @@ LICENSE file.
<descriptor>src/main/assembly/distribution.xml</descriptor> <descriptor>src/main/assembly/distribution.xml</descriptor>
</descriptors> </descriptors>
<appendAssemblyId>false</appendAssemblyId> <appendAssemblyId>false</appendAssemblyId>
<tarLongFileMode>posix</tarLongFileMode>
</configuration> </configuration>
<executions> <executions>
<execution> <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