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 <[email protected]> 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
