You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by jo...@apache.org on 2017/06/07 09:38:17 UTC

[3/6] opennlp git commit: OPENNLP-1088: Reduce fork count for eval tests

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/LangDetect
Commit: b2a2d2d2d6f63328cfb7e1f1d250607bf510b4a4
Parents: 1484f1d
Author: Jörn Kottmann <jo...@apache.org>
Authored: Tue Jun 6 14:59:56 2017 +0200
Committer: Jörn Kottmann <jo...@apache.org>
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>