OSDN Git Service

remove maven assembly plugin warning.
authorOlyutorskii <olyutorskii@users.osdn.me>
Mon, 20 Apr 2020 08:05:47 +0000 (17:05 +0900)
committerOlyutorskii <olyutorskii@users.osdn.me>
Mon, 20 Apr 2020 08:05:47 +0000 (17:05 +0900)
pom.xml

diff --git a/pom.xml b/pom.xml
index c3e6f8f..4ddaec1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-assembly-plugin</artifactId>
                 <configuration>
+                    <tarLongFileMode>posix</tarLongFileMode>
                     <descriptors>
                         <descriptor>src/assembly/src.xml</descriptor>
                     </descriptors>