From 3ef2c0870992c7ef79f03622c9c7d12b07798547 Mon Sep 17 00:00:00 2001 From: Chesnay Schepler Date: Wed, 11 Mar 2020 12:58:58 +0100 Subject: [PATCH] [FLINK-16545][build] Remove Eclipse-specific plugins --- flink-clients/pom.xml | 49 ------------- .../flink-examples-streaming/pom.xml | 31 --------- flink-formats/flink-avro/pom.xml | 56 --------------- flink-tests/pom.xml | 69 ------------------- pom.xml | 65 ----------------- 5 files changed, 270 deletions(-) diff --git a/flink-clients/pom.xml b/flink-clients/pom.xml index 1481b6eb997..fa2c5e5266e 100644 --- a/flink-clients/pom.xml +++ b/flink-clients/pom.xml @@ -154,54 +154,5 @@ under the License. - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.apache.maven.plugins - - - maven-assembly-plugin - - - [2.4,) - - - single - - - - - - - - - org.apache.maven.plugins - maven-clean-plugin - [1,) - - clean - - - - - - - - - - - - diff --git a/flink-examples/flink-examples-streaming/pom.xml b/flink-examples/flink-examples-streaming/pom.xml index 520b897eeed..bd6b97265ed 100644 --- a/flink-examples/flink-examples-streaming/pom.xml +++ b/flink-examples/flink-examples-streaming/pom.xml @@ -478,37 +478,6 @@ under the License. - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-dependency-plugin - [2.9,) - - unpack - - - - - - - - - - - - - diff --git a/flink-formats/flink-avro/pom.xml b/flink-formats/flink-avro/pom.xml index d145dba5690..4dba749999b 100644 --- a/flink-formats/flink-avro/pom.xml +++ b/flink-formats/flink-avro/pom.xml @@ -258,62 +258,6 @@ under the License. - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - org.apache.maven.plugins - maven-assembly-plugin - [2.4,) - - single - - - - - - - - - org.apache.maven.plugins - maven-clean-plugin - [1,) - - clean - - - - - - - - - org.apache.avro - avro-maven-plugin - [1.7.7,) - - schema - - - - - - - - - - - - diff --git a/flink-tests/pom.xml b/flink-tests/pom.xml index e8add1a0fe2..4941a621626 100644 --- a/flink-tests/pom.xml +++ b/flink-tests/pom.xml @@ -638,74 +638,5 @@ under the License. - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - org.apache.maven.plugins - - - maven-assembly-plugin - - - [2.4,) - - - single - - - - - - - - - org.apache.maven.plugins - maven-clean-plugin - [1,) - - clean - - - - - - - - - - net.alchim31.maven - - - scala-maven-plugin - - - [3.1.4,) - - - compile - testCompile - - - - - - - - - - - - diff --git a/pom.xml b/pom.xml index 21e89ad24f8..689114656fa 100644 --- a/pom.xml +++ b/pom.xml @@ -1834,71 +1834,6 @@ under the License. - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - pl.project13.maven - git-commit-id-plugin - [2.1.5,) - - revision - - - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - [2.12.1,) - - check - - - - - - - - - org.apache.maven.plugins - maven-enforcer-plugin - [1.0.0,) - - enforce - - - - - - - - - org.apache.maven.plugins - maven-remote-resources-plugin - [0.0.0,) - - process - - - - - - - - - - - org.scalastyle -- GitLab