Repository: falcon Updated Branches: refs/heads/0.10 248c92935 -> 49df8da45
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 (cherry picked from commit b2f085c7cb21b6c5208eaa3aaa8fac331e2cd05a) Signed-off-by: Pallavi Rao <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/49df8da4 Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/49df8da4 Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/49df8da4 Branch: refs/heads/0.10 Commit: 49df8da45db6948aa374838b530095d68a6c3324 Parents: 248c929 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:24 2016 +0530 ---------------------------------------------------------------------- distro/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/49df8da4/distro/pom.xml ---------------------------------------------------------------------- diff --git a/distro/pom.xml b/distro/pom.xml index 42e5c8a..858e692 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>
