[
https://issues.apache.org/jira/browse/TIKA-1151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ray Gauss II updated TIKA-1151:
-------------------------------
Description:
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-core
- tika-parsers
- tika-server
- tika-xmp
was:
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
> 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-core
> - tika-parsers
> - tika-server
> - tika-xmp
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)