Hi Ken, 

Yes, by other tika projects I meant tika-app, tika-bundle, tika-xmp, etc., and 
yes each sub-project would end up with it's own test-jar.

It probably makes more sense to just add the plugin to each project 
individually.

Since there's been no opposition to the concept in general I'll create a JIRA 
issue where we can discuss the details.

Regards,

Ray


On Jul 21, 2013, at 3:25 PM, Ken Krugler <kkrugler_li...@transpac.com> wrote:

> Hi Ray,
> 
> On Jul 18, 2013, at 6:37am, Ray Gauss II wrote:
> 
>> Hi Ken,
>> 
>> They recommend <type>test-jar</type> instead of classifier now [1], but yes.
> 
> Thanks for the reference.
> 
>> Perhaps the other tika projects could benefit from this as well and it could 
>> just go into tika-parent's build plugins.
> 
> By "other tika projects" do you mean things like tika-app?
> 
> And if it's in the tika-parent's build plugins, does that mean each 
> sub-project would wind up with its own corresponding test-jar?
> 
> Thanks,
> 
> -- Ken
> 
>> [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
>>> 
>>> 
>>> 
>>> 
>>> 
>> 
> 
> --------------------------
> Ken Krugler
> +1 530-210-6378
> http://www.scaleunlimited.com
> custom big data solutions & training
> Hadoop, Cascading, Cassandra & Solr
> 
> 
> 
> 
> 

Reply via email to