[jira] [Created] (FLINK-1827) Move test classes in test folders and fix scope of test dependencies

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-1827) Move test classes in test folders and fix scope of test dependencies

Shang Yuanchun (Jira)
Flavio Pompermaier created FLINK-1827:
-----------------------------------------

             Summary: Move test classes in test folders and fix scope of test dependencies
                 Key: FLINK-1827
                 URL: https://issues.apache.org/jira/browse/FLINK-1827
             Project: Flink
          Issue Type: Improvement
          Components: Build System
    Affects Versions: 0.9
            Reporter: Flavio Pompermaier
            Priority: Minor


Right now it is not possible to avoid compilation of test classes (-Dmaven.test.skip=true) because some project (e.g. flink-test-utils) requires test classes in non-test sources (e.g. scalatest_${scala.binary.version})
Test classes should be moved to src/main/test (if Java) and src/test/scala (if scala) and use scope=test for test dependencies



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)