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/711d70b9
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/711d70b9
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/711d70b9

Branch: refs/heads/parser_regression
Commit: 711d70b9e4a5517911178c0e0a438487690552cd
Parents: d3c16d5
Author: Madhav Sharan <[email protected]>
Authored: Sat Mar 4 11:16:25 2017 -0800
Committer: Jörn Kottmann <[email protected]>
Committed: Sun Apr 16 19:24:55 2017 +0200

----------------------------------------------------------------------
 opennlp-distr/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/711d70b9/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>

Reply via email to