提交 b204888f 编写于 作者: T Till Rohrmann

[FLINK-3458] [build] Disable shade-flink execution in flink-shaded-hadoop

The shade-flink execution of the parent pom caused the problem that the guava
dependencies were relocated twice in the flink-shaded-hadoop jar. In order to
avoid this, this patch disables the shade-flink execution.

This closes #1681.
上级 407c2851
......@@ -62,6 +62,12 @@ under the License.
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<!--Disable shade-flink execution to avoid duplicate relocation of
dependencies-->
<id>shade-flink</id>
<phase>none</phase>
</execution>
<execution>
<id>shade-hadoop</id>
<phase>package</phase>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册