Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Done
-
0.9
Description
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