Skip to content

Commit

Permalink
Use refined Maven property names for tests that use models & dictiona…
Browse files Browse the repository at this point in the history
…ries
  • Loading branch information
rgareev committed May 13, 2015
1 parent f7c952e commit 17c19c9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions TODO
@@ -1,2 +1,12 @@
move scala-tool-plugin version into Parent pom

Describe maven properties that are required to run tests:
<profile>
<id>dev-uima-ext</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<crfsuite-jni.bin>path-to/crfsuite4j/crfsuite-jni/bin</crfsuite-jni.bin>
<tcrf-postagger.models.home>path-to</tcrf-postagger.models.home>
<opencorpora.home>path-to/data/opencorpora</opencorpora.home>
</properties>
</profile>
2 changes: 1 addition & 1 deletion UIMA.Ext.Lemmatizer.OpenCorpora/pom.xml
Expand Up @@ -49,7 +49,7 @@
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
<filereports>WDF TestSuite.txt</filereports>
<argLine>-Xmx2048m -Djava.library.path=${java.library.path} -Duima.datapath=${uima.datapath}</argLine>
<argLine>-Xmx2048m -Djava.library.path=${crfsuite-jni.bin} -Duima.datapath=${opencorpora.home}${path.separator}${tcrf-postagger.models.home}</argLine>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 17c19c9

Please sign in to comment.