[
https://issues.apache.org/jira/browse/OODT-762?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chris A. Mattmann updated OODT-762:
-----------------------------------
Component/s: build proces
> Migrate all test resources out of testdata directories
> ------------------------------------------------------
>
> Key: OODT-762
> URL: https://issues.apache.org/jira/browse/OODT-762
> Project: OODT
> Issue Type: Improvement
> Components: build proces
> Reporter: Tyler Palsulich
> Assignee: Tyler Palsulich
> Fix For: 0.8
>
>
> Most modules are structured like:
> {code}
> src
> ├── main
> ├── test
> └── testdata
> {code}
> These should all be converted to
> {code}
> src
> ├── main
> │ └── resources
> └── test
> └── resources
> {code}
> For each module, we need to create the new directory, copy the files over,
> delete the old directory, fix any breaking test cases, and remove the pom.xml
> entry that copies over the testdata
> ([example|https://github.com/apache/oodt/commit/260c2336916ca30bad5ac86fea2daeb961b95412#diff-8e2580784360438bde5927663eebb7b1L54]).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)