Repository: falcon Updated Branches: refs/heads/master 52425d19c -> b2f085c7c
FALCON-2016 maven assembly:single fails on MacOS Author: Pallavi Rao <[email protected]> Reviewers: @sandeepSamudrala, @bvellanki Closes #174 from pallavi-rao/2016 and squashes the following commits: 35e1506 [Pallavi Rao] Merge remote-tracking branch 'upstream/master' into 2016 d76f24b [Pallavi Rao] FALCON-2016 maven assembly:single fails on MacOS Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/b2f085c7 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/b2f085c7 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/b2f085c7 Branch: refs/heads/master Commit: b2f085c7cb21b6c5208eaa3aaa8fac331e2cd05a Parents: 52425d1 Author: Pallavi Rao <[email protected]> Authored: Thu Jun 9 08:53:07 2016 +0530 Committer: Pallavi Rao <[email protected]> Committed: Thu Jun 9 08:53:07 2016 +0530 ---------------------------------------------------------------------- distro/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/b2f085c7/distro/pom.xml ---------------------------------------------------------------------- diff --git a/distro/pom.xml b/distro/pom.xml index 5b23952..e882903 100644 --- a/distro/pom.xml +++ b/distro/pom.xml @@ -52,6 +52,7 @@ limitations under the License. <descriptor>../src/main/assemblies/src-package.xml</descriptor> </descriptors> <finalName>apache-falcon-distributed-${project.version}</finalName> + <tarLongFileMode>posix</tarLongFileMode> </configuration> <executions> <execution> @@ -126,6 +127,7 @@ limitations under the License. <descriptor>../src/main/assemblies/src-package.xml</descriptor> </descriptors> <finalName>apache-falcon-${project.version}</finalName> + <tarLongFileMode>posix</tarLongFileMode> </configuration> <executions> <execution>
