You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2016/06/03 02:21:06 UTC

[07/19] accumulo git commit: ACCUMULO-4322 Use newer posix mode for tarballs

ACCUMULO-4322 Use newer posix mode for tarballs

Make maven-assembly-plugin use posix mode for building any tar artifacts
for maximum cross-platform compatibility.

Some older versions of GNU tar (and perhaps other versions of tar) do
not support this mode, but Accumulo probably wouldn't run on older
systems which ship those old versions of tar anyway.


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

Branch: refs/heads/1.7
Commit: beb69cdfcdef1512e7c6d8adb3a7f15be0640147
Parents: 1495935
Author: Christopher Tubbs <ct...@apache.org>
Authored: Thu Jun 2 18:46:23 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Thu Jun 2 18:46:23 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/beb69cdf/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 04df37d..45ca0ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
   <properties>
     <!-- used for filtering the java source with the current version -->
     <accumulo.release.version>${project.version}</accumulo.release.version>
-    <assembly.tarLongFileMode>gnu</assembly.tarLongFileMode>
+    <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
     <!-- bouncycastle version for test dependencies -->
     <bouncycastle.version>1.50</bouncycastle.version>
     <!-- relative path for Eclipse format; should override in child modules if necessary -->