You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Ray Gauss II (JIRA)" <ji...@apache.org> on 2014/02/20 16:53:26 UTC

[jira] [Commented] (TIKA-1151) Maven Build Should Automatically Produce test-jar Artifacts

    [ https://issues.apache.org/jira/browse/TIKA-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13907100#comment-13907100 ] 

Ray Gauss II commented on TIKA-1151:
------------------------------------

This will create a few artifacts on the larger side, notably:
||Artifact||Size||
|tika-parsers-1.6-SNAPSHOT-tests.jar|33MB|
|tika-server-1.6-SNAPSHOT-tests.jar|6.8MB|

Not huge, but I thought I'd double check that no one has any issues with that before committing.

> Maven Build Should Automatically Produce test-jar Artifacts
> -----------------------------------------------------------
>
>                 Key: TIKA-1151
>                 URL: https://issues.apache.org/jira/browse/TIKA-1151
>             Project: Tika
>          Issue Type: Improvement
>          Components: packaging
>            Reporter: Ray Gauss II
>            Assignee: Ray Gauss II
>
> The Maven build should be updated to produce test jar artifacts for appropriate sub-projects (see below) such that developers can extend test classes by adding the {{test-jar}} artifact as a dependency, i.e.:
> {code}
>     <dependency>
>       <groupId>org.apache.tika</groupId>
>       <artifactId>tika-parsers</artifactId>
>       <version>1.6-SNAPSHOT</version>
>       <type>test-jar</type>
>       <scope>test</scope>
>     </dependency>
> {code}
> The following sub-projects contain tests that developers might want to extend and their corresponding {{pom.xml}} should have the [attached tests|http://maven.apache.org/guides/mini/guide-attached-tests.html] added:
> - tika-app
> - tika-core
> - tika-parsers
> - tika-server
> - tika-xmp



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)