Repository: phoenix Updated Branches: refs/heads/3.2 d458ac57f -> 632a2c253
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/632a2c25 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/632a2c25 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/632a2c25 Branch: refs/heads/3.2 Commit: 632a2c253a89be87513962c1613cfd61bcac77b7 Parents: d458ac5 Author: Mujtaba <[email protected]> Authored: Thu Dec 4 14:01:50 2014 -0800 Committer: Mujtaba <[email protected]> Committed: Thu Dec 4 14:01:50 2014 -0800 ---------------------------------------------------------------------- phoenix-assembly/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/632a2c25/phoenix-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml index ed2f8b2..1979fe7 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>
