Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions flink-table/flink-table-planner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -397,14 +397,8 @@ under the License.
</relocations>
</configuration>
<executions>
<!-- The order on these executions matters, as the shade-flink-distribution overwrites the original jar -->
<execution>
<id>shade-flink</id>
<!-- Disabled to enforce shade-loader-bundle to run first -->
<phase>none</phase>
</execution>
<execution>
<!-- This configuration is essentially the same as shade-distribution,
<!-- This configuration is essentially the same as shade-flink,
but it writes another jar to a separate file and it includes scala.
This jar is used by flink-table-planner-loader -->
<id>shade-loader-bundle</id>
Expand All @@ -424,16 +418,6 @@ under the License.
</artifactSet>
</configuration>
</execution>
<execution>
<id>shade-distribution</id>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<shadedArtifactAttached>false</shadedArtifactAttached>
</configuration>
</execution>
</executions>
</plugin>

Expand Down