Hi Ray,

On Jul 18, 2013, at 5:14am, Ray Gauss II wrote:

> I don't recall if we've discussed this already (I did do a brief search and 
> didn't see anything).
> 
> Is there any opposition to adding test-jar Maven artifacts for tika-core and 
> tika-parsers?
> 
> Seems like it would be good to allow others to extend from tests there if 
> need be.

+1

I assume you're talking about adding a tika-(core|parsers)-<version>-tests.jar, 
so that we'd pull it in via:

    <dependency>
         <groupId>org.apache.tika</groupId>
            <artifactId>tika-parsers</artifactId>
            <version>1.4</version>
            <classifier>tests</classifier>
            <scope>test</scope>
    </dependency>

-- Ken

--------------------------
Ken Krugler
+1 530-210-6378
http://www.scaleunlimited.com
custom big data solutions & training
Hadoop, Cascading, Cassandra & Solr





Reply via email to