Florian Schmidt created FLINK-9020:
--------------------------------------
Summary: Move test projects of end-to-end tests in separate modules
Key: FLINK-9020
URL:
https://issues.apache.org/jira/browse/FLINK-9020 Project: Flink
Issue Type: Improvement
Components: Tests
Reporter: Florian Schmidt
I would like to propose to move each test case in the end-to-end tests into it's own module. Reason is that currently we are building all jars for the tests from one pom.xml, which makes it hard to have specific tests for certain build types (e.g. examples derived from the flink quickstart archetype).
For the current state this would mean
- change packaging from flink-end-to-end-tests from jar to pom
- refactor the classloader example to be in its own module
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)