Skip to content

Commit

Permalink
maven-assembly-plugin set tarLongFileMode to posix
Browse files Browse the repository at this point in the history
fix "user id '1000620000' is too big ( > 2097151 )"
  • Loading branch information
ettoreleandrotognoli committed Oct 2, 2023
1 parent 63ff6fb commit 180b347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
<descriptors>
<descriptor>scripts/assembly-docs.xml</descriptor>
</descriptors>
<tarLongFileMode>posix</tarLongFileMode>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 180b347

Please sign in to comment.