You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/06/13 15:07:59 UTC

archiva git commit: Switching to tar posix mode

Repository: archiva
Updated Branches:
  refs/heads/master 577fa611b -> 79d2e2fd1


Switching to tar posix mode


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/79d2e2fd
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/79d2e2fd
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/79d2e2fd

Branch: refs/heads/master
Commit: 79d2e2fd1b23d9de2c049ea5b38c770185433460
Parents: 577fa61
Author: Martin Stockhammer <ma...@apache.org>
Authored: Tue Jun 13 17:07:45 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Tue Jun 13 17:07:45 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/79d2e2fd/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 46bc10f..8ade443 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1849,7 +1849,7 @@
                   </goals>
                   <configuration>
                     <runOnlyAtExecutionRoot>true</runOnlyAtExecutionRoot>
-                    <tarLongFileFormat>gnu</tarLongFileFormat>
+                    <tarLongFileMode>posix</tarLongFileMode>
                   </configuration>
                 </execution>
               </executions>