You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ja...@apache.org on 2014/12/17 05:59:01 UTC

[6/6] phoenix git commit: PHOENIX-1503 - Compilation on Mac OS fails on maven-assembly-plugin

PHOENIX-1503 - Compilation on Mac OS fails on maven-assembly-plugin


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

Branch: refs/heads/master
Commit: 0020970125185dfaafab9611d85c342a56304636
Parents: b942caf
Author: Mujtaba <mu...@apache.org>
Authored: Thu Dec 4 13:53:52 2014 -0800
Committer: James Taylor <jt...@salesforce.com>
Committed: Tue Dec 16 20:58:27 2014 -0800

----------------------------------------------------------------------
 phoenix-assembly/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/00209701/phoenix-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index 6c29f32..63412e9 100644
--- a/phoenix-assembly/pom.xml
+++ b/phoenix-assembly/pom.xml
@@ -74,6 +74,7 @@
               <descriptors>
                 <descriptor>src/build/package-to-tar-all.xml</descriptor>
               </descriptors>
+              <tarLongFileMode>posix</tarLongFileMode>
             </configuration>
           </execution>
           <execution>
@@ -90,6 +91,7 @@
               <descriptors>
                 <descriptor>src/build/src.xml</descriptor>
               </descriptors>
+              <tarLongFileMode>posix</tarLongFileMode>
             </configuration>
           </execution>          
           <execution>
@@ -145,4 +147,4 @@
       <artifactId>phoenix-pig</artifactId>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>