upgrade assembly plugin and use tarLongFileMode posix #1782 (#1943)

Signed-off-by: olivier lamy <olamy@webtide.com>
This commit is contained in:
Olivier Lamy 2017-11-06 18:24:03 +11:00 committed by Greg Wilkins
parent 0f34179b2b
commit 05a7c5952a
2 changed files with 2 additions and 2 deletions

View File

@ -606,7 +606,7 @@
<descriptors>
<descriptor>src/main/assembly/jetty-assembly.xml</descriptor>
</descriptors>
<tarLongFileMode>gnu</tarLongFileMode>
<tarLongFileMode>posix</tarLongFileMode>
<appendAssemblyId>false</appendAssemblyId>
</configuration>
<executions>

View File

@ -313,7 +313,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<dependencies>
<dependency>
<groupId>org.eclipse.jetty.toolchain</groupId>