You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by bo...@apache.org on 2016/01/07 04:08:49 UTC

svn commit: r1723446 - /tika/branches/2.x/pom.xml

Author: bob
Date: Thu Jan  7 03:08:49 2016
New Revision: 1723446

URL: http://svn.apache.org/viewvc?rev=1723446&view=rev
Log:
TIKA-1824 - Added tika-test-resources to module list so it is built.

Modified:
    tika/branches/2.x/pom.xml

Modified: tika/branches/2.x/pom.xml
URL: http://svn.apache.org/viewvc/tika/branches/2.x/pom.xml?rev=1723446&r1=1723445&r2=1723446&view=diff
==============================================================================
--- tika/branches/2.x/pom.xml (original)
+++ tika/branches/2.x/pom.xml Thu Jan  7 03:08:49 2016
@@ -47,6 +47,7 @@
   <modules>
     <module>tika-parent</module>
     <module>tika-core</module>
+    <module>tika-test-resources</module>
     <module>tika-parsers</module>
     <module>tika-xmp</module>
     <module>tika-serialization</module>