From 17c19c9698aae2f378cead3e339d1490725adac3 Mon Sep 17 00:00:00 2001 From: Rinat Gareev Date: Wed, 13 May 2015 12:55:29 +0300 Subject: [PATCH] Use refined Maven property names for tests that use models & dictionaries --- TODO | 14 ++++++++++++-- UIMA.Ext.Lemmatizer.OpenCorpora/pom.xml | 2 +- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/TODO b/TODO index 91429282..b02661e9 100644 --- a/TODO +++ b/TODO @@ -1,2 +1,12 @@ -move scala-tool-plugin version into Parent pom - +Describe maven properties that are required to run tests: + + dev-uima-ext + + true + + + path-to/crfsuite4j/crfsuite-jni/bin + path-to + path-to/data/opencorpora + + \ No newline at end of file diff --git a/UIMA.Ext.Lemmatizer.OpenCorpora/pom.xml b/UIMA.Ext.Lemmatizer.OpenCorpora/pom.xml index 736efd82..c5e84532 100644 --- a/UIMA.Ext.Lemmatizer.OpenCorpora/pom.xml +++ b/UIMA.Ext.Lemmatizer.OpenCorpora/pom.xml @@ -49,7 +49,7 @@ ${project.build.directory}/surefire-reports . WDF TestSuite.txt - -Xmx2048m -Djava.library.path=${java.library.path} -Duima.datapath=${uima.datapath} + -Xmx2048m -Djava.library.path=${crfsuite-jni.bin} -Duima.datapath=${opencorpora.home}${path.separator}${tcrf-postagger.models.home}