Skip to content

Commit

Permalink
Merge pull request brianfrankcooper#470 from elliottneilclark/tarLong
Browse files Browse the repository at this point in the history
Add posix compatibility to distribution.
  • Loading branch information
cmccoy committed Nov 3, 2015
2 parents d6b1ebc + 12bbb27 commit d01e35c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions binding-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ LICENSE file.
<format>tar.gz</format>
</formats>
<appendAssemblyId>false</appendAssemblyId>
<tarLongFileMode>posix</tarLongFileMode>
</configuration>
<executions>
<execution>
Expand Down
1 change: 1 addition & 0 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ LICENSE file.
<descriptor>src/main/assembly/distribution.xml</descriptor>
</descriptors>
<appendAssemblyId>false</appendAssemblyId>
<tarLongFileMode>posix</tarLongFileMode>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit d01e35c

Please sign in to comment.