[FLINK-8383][mesos] Disable test-jar shading This closes #5258.
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7c2a32c2 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7c2a32c2 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7c2a32c2 Branch: refs/heads/master Commit: 7c2a32c2863e83d075dde05cd35e93f3e08306c0 Parents: 2558ae5 Author: zentol <[email protected]> Authored: Mon Jan 8 14:49:37 2018 +0100 Committer: zentol <[email protected]> Committed: Mon Jan 8 17:29:51 2018 +0100 ---------------------------------------------------------------------- flink-mesos/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/7c2a32c2/flink-mesos/pom.xml ---------------------------------------------------------------------- diff --git a/flink-mesos/pom.xml b/flink-mesos/pom.xml index 36fc476..49df96a 100644 --- a/flink-mesos/pom.xml +++ b/flink-mesos/pom.xml @@ -262,6 +262,7 @@ under the License. <goal>shade</goal> </goals> <configuration> + <shadeTestJar>false</shadeTestJar> <artifactSet> <includes combine.children="append"> <include>com.google.protobuf:protobuf-java</include>
