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 2013/07/22 21:32:48 UTC

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

Ray Gauss II created TIKA-1151:
----------------------------------

             Summary: 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.5-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-bundle
- tika-core
- tika-parsers
- tika-server
- tika-xmp



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira