Repository: opennlp
Updated Branches:
  refs/heads/master 1484f1d63 -> b2a2d2d2d


OPENNLP-1088: Reduce fork count for eval tests


Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo
Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/b2a2d2d2
Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/b2a2d2d2
Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/b2a2d2d2

Branch: refs/heads/master
Commit: b2a2d2d2d6f63328cfb7e1f1d250607bf510b4a4
Parents: 1484f1d
Author: Jörn Kottmann <[email protected]>
Authored: Tue Jun 6 14:59:56 2017 +0200
Committer: Jörn Kottmann <[email protected]>
Committed: Tue Jun 6 22:00:55 2017 +0200

----------------------------------------------------------------------
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/opennlp/blob/b2a2d2d2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 41a0ed4..363bd7c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -425,6 +425,9 @@
                                        <name>OPENNLP_DATA_DIR</name>
                                </property>
                        </activation>
+                       <properties>
+                               <opennlp.forkCount>0.5C</opennlp.forkCount>
+                       </properties>
                        <build>
                                <plugins>
                                        <plugin>

Reply via email to