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/03/24 16:42:54 UTC

[jira] [Resolved] (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:all-tabpanel ]

Ray Gauss II resolved TIKA-1151.
--------------------------------

    Resolution: Fixed

Resolved in r1580887.

> 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.2#6252)