Skip to content

Commit

Permalink
Modify tarLongFileMode to be able to create big assemblies (kroxylici…
Browse files Browse the repository at this point in the history
…ous#746)

* modify tarLongFileMode to be able to create big assemblies

* moved tarLongFileMode to the parent pom
  • Loading branch information
franvila authored Nov 28, 2023
1 parent 72bd070 commit bfd2720
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,9 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<configuration>
<tarLongFileMode>posix</tarLongFileMode>
</configuration>
</plugin>
<plugin>
<groupId>io.github.git-commit-id</groupId>
Expand Down

0 comments on commit bfd2720

Please sign in to comment.