You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by mu...@apache.org on 2014/12/04 22:52:38 UTC

phoenix git commit: PHOENIX-1503 - Compilation on Mac OS fails on maven-assembly-plugin

Repository: phoenix
Updated Branches:
  refs/heads/4.2 92b3e3337 -> cf0d8a82a


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/cf0d8a82
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/cf0d8a82
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/cf0d8a82

Branch: refs/heads/4.2
Commit: cf0d8a82a71ca68d3b2bb81989e4528510732cfa
Parents: 92b3e33
Author: Mujtaba <mu...@apache.org>
Authored: Thu Dec 4 13:52:21 2014 -0800
Committer: Mujtaba <mu...@apache.org>
Committed: Thu Dec 4 13:52:21 2014 -0800

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


http://git-wip-us.apache.org/repos/asf/phoenix/blob/cf0d8a82/phoenix-assembly/pom.xml
----------------------------------------------------------------------
diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml
index 5d98609..a0ff81c 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>