Repository: flink Updated Branches: refs/heads/master 7c07d6d72 -> a2f10b158
[FLINK-8084][build] Remove unnecessary japicmp pom entries This closes #5020. Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/a2f10b15 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/a2f10b15 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/a2f10b15 Branch: refs/heads/master Commit: a2f10b158835d27264fe1569d27810ad2513b7e8 Parents: 400d2a3 Author: zentol <[email protected]> Authored: Wed Nov 15 13:51:01 2017 +0100 Committer: zentol <[email protected]> Committed: Wed Nov 22 11:53:09 2017 +0100 ---------------------------------------------------------------------- flink-java8/pom.xml | 7 ------- flink-quickstart/pom.xml | 8 -------- flink-yarn-tests/pom.xml | 7 ------- 3 files changed, 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/a2f10b15/flink-java8/pom.xml ---------------------------------------------------------------------- diff --git a/flink-java8/pom.xml b/flink-java8/pom.xml index 1c0748d..273146d 100644 --- a/flink-java8/pom.xml +++ b/flink-java8/pom.xml @@ -137,13 +137,6 @@ under the License. </execution> </executions> </plugin> - <plugin> - <groupId>com.github.siom79.japicmp</groupId> - <artifactId>japicmp-maven-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> </plugins> <pluginManagement> http://git-wip-us.apache.org/repos/asf/flink/blob/a2f10b15/flink-quickstart/pom.xml ---------------------------------------------------------------------- diff --git a/flink-quickstart/pom.xml b/flink-quickstart/pom.xml index dcc0524..7878969 100644 --- a/flink-quickstart/pom.xml +++ b/flink-quickstart/pom.xml @@ -73,14 +73,6 @@ under the License. </executions> </plugin> - <plugin> - <groupId>com.github.siom79.japicmp</groupId> - <artifactId>japicmp-maven-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <!-- use alternative delimiter for filtering resources --> <plugin> <groupId>org.apache.maven.plugins</groupId> http://git-wip-us.apache.org/repos/asf/flink/blob/a2f10b15/flink-yarn-tests/pom.xml ---------------------------------------------------------------------- diff --git a/flink-yarn-tests/pom.xml b/flink-yarn-tests/pom.xml index f9535e4..9f9de5f 100644 --- a/flink-yarn-tests/pom.xml +++ b/flink-yarn-tests/pom.xml @@ -337,13 +337,6 @@ under the License. </execution> </executions> </plugin> - <plugin> - <groupId>com.github.siom79.japicmp</groupId> - <artifactId>japicmp-maven-plugin</artifactId> - <configuration> - <skip>true</skip> - </configuration> - </plugin> <!-- Copy batch and streaming examples programs in to the flink-yarn-tests/target/programs
