Repository: phoenix Updated Branches: refs/heads/3.0 75ae0a7ee -> d6f70d25a
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/d6f70d25 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/d6f70d25 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/d6f70d25 Branch: refs/heads/3.0 Commit: d6f70d25a1a3a095c46b020e9b6b328b52540115 Parents: 75ae0a7 Author: Mujtaba <[email protected]> Authored: Thu Dec 4 14:04:28 2014 -0800 Committer: Mujtaba <[email protected]> Committed: Thu Dec 4 14:04:28 2014 -0800 ---------------------------------------------------------------------- phoenix-assembly/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/d6f70d25/phoenix-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml index 5afe07d..7763915 100644 --- a/phoenix-assembly/pom.xml +++ b/phoenix-assembly/pom.xml @@ -74,6 +74,7 @@ <descriptors> <descriptor>src/build/all.xml</descriptor> </descriptors> + <tarLongFileMode>posix</tarLongFileMode> </configuration> </execution> <execution>
