Repository: phoenix Updated Branches: refs/heads/4.0 a072de534 -> 0de7863bc
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/0de7863b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/0de7863b Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/0de7863b Branch: refs/heads/4.0 Commit: 0de7863bcbf1aef621207769f1d767d822a15c86 Parents: a072de5 Author: Mujtaba <[email protected]> Authored: Thu Dec 4 13:53:52 2014 -0800 Committer: Mujtaba <[email protected]> Committed: Thu Dec 4 13:53:52 2014 -0800 ---------------------------------------------------------------------- phoenix-assembly/pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/0de7863b/phoenix-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/phoenix-assembly/pom.xml b/phoenix-assembly/pom.xml index b13f545..1c048c2 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>
