Repository: opennlp Updated Branches: refs/heads/master 8a3b3b537 -> 347babe19
OPENNLP-998: Fixing Maven build on MacOS This closes #136 Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/347babe1 Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/347babe1 Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/347babe1 Branch: refs/heads/master Commit: 347babe193172c6eb96961ea706d1de249f3f931 Parents: 8a3b3b5 Author: Madhav Sharan <[email protected]> Authored: Sat Mar 4 11:16:25 2017 -0800 Committer: Jörn Kottmann <[email protected]> Committed: Mon Mar 6 20:27:01 2017 +0100 ---------------------------------------------------------------------- opennlp-distr/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/347babe1/opennlp-distr/pom.xml ---------------------------------------------------------------------- diff --git a/opennlp-distr/pom.xml b/opennlp-distr/pom.xml index 1ce102d..3f838cd 100644 --- a/opennlp-distr/pom.xml +++ b/opennlp-distr/pom.xml @@ -72,7 +72,7 @@ many file have more than 100 chars. Right now only javadoc files are too long. --> - <tarLongFileMode>gnu</tarLongFileMode> + <tarLongFileMode>posix</tarLongFileMode> <finalName>apache-opennlp-${project.version}</finalName> </configuration>
