Skip to content

Commit

Permalink
use Posix tar (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Nov 20, 2022
1 parent 571fc95 commit b04ce04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -246,7 +246,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.4</version>
<version>3.4.2</version>
<executions>
<execution>
<phase>package</phase>
Expand All @@ -256,6 +256,7 @@
</execution>
</executions>
<configuration>
<tarLongFileMode>posix</tarLongFileMode>
<descriptorRefs>
<descriptorRef>project</descriptorRef>
<descriptorRef>src</descriptorRef>
Expand Down

0 comments on commit b04ce04

Please sign in to comment.