Repository: opennlp Updated Branches: refs/heads/master 068b1f3ce -> d7b3b96b2
OPENNLP-1057: Add all Eval tests to the Eval profile closes #200 Project: http://git-wip-us.apache.org/repos/asf/opennlp/repo Commit: http://git-wip-us.apache.org/repos/asf/opennlp/commit/d7b3b96b Tree: http://git-wip-us.apache.org/repos/asf/opennlp/tree/d7b3b96b Diff: http://git-wip-us.apache.org/repos/asf/opennlp/diff/d7b3b96b Branch: refs/heads/master Commit: d7b3b96b26623516514b21125c07d27031e5d291 Parents: 068b1f3 Author: thygesen <[email protected]> Authored: Mon May 15 20:07:14 2017 +0200 Committer: Jörn Kottmann <[email protected]> Committed: Mon May 15 22:19:12 2017 +0200 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/opennlp/blob/d7b3b96b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2190a26..695b95c 100644 --- a/pom.xml +++ b/pom.xml @@ -434,7 +434,7 @@ <configuration> <includes> <include>**/*Test.java</include> - <include>**/SourceForgeModelEval.java</include> + <include>**/*Eval.java</include> </includes> </configuration> </plugin>
