NIFI-269: fix OSX build
Project: http://git-wip-us.apache.org/repos/asf/incubator-nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-nifi/commit/51b34a06 Tree: http://git-wip-us.apache.org/repos/asf/incubator-nifi/tree/51b34a06 Diff: http://git-wip-us.apache.org/repos/asf/incubator-nifi/diff/51b34a06 Branch: refs/heads/NIFI-250 Commit: 51b34a060ca9b59509360d5eb57a8ac325023142 Parents: 037f36d Author: David Moravek <[email protected]> Authored: Mon Feb 2 09:48:18 2015 +0100 Committer: David Moravek <[email protected]> Committed: Mon Feb 2 09:51:11 2015 +0100 ---------------------------------------------------------------------- nifi/nifi-assembly/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-nifi/blob/51b34a06/nifi/nifi-assembly/pom.xml ---------------------------------------------------------------------- diff --git a/nifi/nifi-assembly/pom.xml b/nifi/nifi-assembly/pom.xml index bc39b79..a3bcadc 100644 --- a/nifi/nifi-assembly/pom.xml +++ b/nifi/nifi-assembly/pom.xml @@ -43,6 +43,7 @@ <descriptors> <descriptor>src/main/assembly/dependencies.xml</descriptor> </descriptors> + <tarLongFileMode>posix</tarLongFileMode> </configuration> </execution> </executions>
