[
https://issues.apache.org/jira/browse/RYA-366?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Chilton updated RYA-366:
------------------------------
Description:
Several projects create test-jar artifacts that are reused by other projects.
While convenient, it does have its drawbacks and is not the preferred way.
The following artifactIds create test-jars:
accumulo.rya
mongodb.rya
Reusable code should be refactored into these new artifactIds:
rya.test.accumulo
rya.test.mongodb
Reference:
https://maven.apache.org/plugins/maven-jar-plugin/examples/create-test-jar.html
was:
Several projects create test-jar artifacts that are reused by other projects.
While convenient, it does have its drawbacks and is not the preferred way.
The following artifactIds create test-jars:
accumulo.rya
mongodb.rya
Reusable code should be refactored into these new artifactIds:
rya.accumulo.test.base
rya.mongodb.test.base
Reference:
https://maven.apache.org/plugins/maven-jar-plugin/examples/create-test-jar.html
> Move reusable test code from test-jar to new test projects
> ----------------------------------------------------------
>
> Key: RYA-366
> URL: https://issues.apache.org/jira/browse/RYA-366
> Project: Rya
> Issue Type: Improvement
> Components: build
> Reporter: Jeff Dasch
> Priority: Minor
>
> Several projects create test-jar artifacts that are reused by other projects.
> While convenient, it does have its drawbacks and is not the preferred way.
> The following artifactIds create test-jars:
> accumulo.rya
> mongodb.rya
> Reusable code should be refactored into these new artifactIds:
> rya.test.accumulo
> rya.test.mongodb
> Reference:
> https://maven.apache.org/plugins/maven-jar-plugin/examples/create-test-jar.html
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)