You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/07/19 09:56:24 UTC

[flink] branch master updated: [FLINK-13310][hive][build] Remove shade-plugin configuration

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 72649c1  [FLINK-13310][hive][build] Remove shade-plugin configuration
72649c1 is described below

commit 72649c1d87a437095966c3d6c6e1fd6117986b29
Author: tianchen92 <ni...@alibaba-inc.com>
AuthorDate: Fri Jul 19 17:56:10 2019 +0800

    [FLINK-13310][hive][build] Remove shade-plugin configuration
---
 flink-connectors/flink-connector-hive/pom.xml | 29 ---------------------------
 1 file changed, 29 deletions(-)

diff --git a/flink-connectors/flink-connector-hive/pom.xml b/flink-connectors/flink-connector-hive/pom.xml
index 53a7aa6..3a3aa70 100644
--- a/flink-connectors/flink-connector-hive/pom.xml
+++ b/flink-connectors/flink-connector-hive/pom.xml
@@ -479,35 +479,6 @@ under the License.
 				</executions>
 			</plugin>
 
-			<plugin>
-				<groupId>org.apache.maven.plugins</groupId>
-				<artifactId>maven-shade-plugin</artifactId>
-				<executions>
-					<execution>
-						<id>shade-flink</id>
-						<phase>package</phase>
-						<goals>
-							<goal>shade</goal>
-						</goals>
-						<configuration>
-							<shadeTestJar>false</shadeTestJar>
-							<artifactSet>
-								<includes>
-									<include>*:*</include>
-								</includes>
-							</artifactSet>
-							<promoteTransitiveDependencies>true</promoteTransitiveDependencies>
-							<!-- DO NOT RELOCATE GUAVA IN THIS PACKAGE -->
-							<filters>
-								<filter>
-									<artifact>*:*</artifact>
-								</filter>
-							</filters>
-						</configuration>
-					</execution>
-				</executions>
-			</plugin>
-
 			<!-- Configure derby.log of embedded Hive metastore for unit tests -->
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>