Hi Ken,

They recommend <type>test-jar</type> instead of classifier now [1], but yes.

Perhaps the other tika projects could benefit from this as well and it could 
just go into tika-parent's build plugins.

Regards,

Ray


[1] http://maven.apache.org/guides/mini/guide-attached-tests.html


On Jul 18, 2013, at 9:19 AM, Ken Krugler <kkrugler_li...@transpac.com> wrote:

> 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