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 <[email protected]> Authored: Thu Dec 4 13:52:21 2014 -0800 Committer: Mujtaba <[email protected]> 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>
