You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ma...@apache.org on 2015/11/18 04:52:30 UTC

svn commit: r1714931 - /tika/trunk/tika-parsers/pom.xml

Author: mattmann
Date: Wed Nov 18 03:52:30 2015
New Revision: 1714931

URL: http://svn.apache.org/viewvc?rev=1714931&view=rev
Log:
Fix for TIKA-1787: Include Stanford Name Entity Recognition in Tika contributed by Thamme Gowda N and Yueheng He this closes #61 this closes #62

Modified:
    tika/trunk/tika-parsers/pom.xml

Modified: tika/trunk/tika-parsers/pom.xml
URL: http://svn.apache.org/viewvc/tika/trunk/tika-parsers/pom.xml?rev=1714931&r1=1714930&r2=1714931&view=diff
==============================================================================
--- tika/trunk/tika-parsers/pom.xml (original)
+++ tika/trunk/tika-parsers/pom.xml Wed Nov 18 03:52:30 2015
@@ -475,7 +475,7 @@
             <executions>
               <execution>
                 <id>testSetup</id>
-                <phase>test-compile</phase>
+                <phase>generate-test-resources</phase>
                 <goals>
                   <goal>execute</goal>
                 </goals>