[hotfix][build] Fix duplicate maven enforce plugin declaration This closes #5407.
Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/dddfebf7 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/dddfebf7 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/dddfebf7 Branch: refs/heads/master Commit: dddfebf760286ea21740894aa9a6fa39d7406d3f Parents: b5ffd5f Author: zhouhai02 <[email protected]> Authored: Sat Feb 3 14:52:51 2018 +0800 Committer: zentol <[email protected]> Committed: Tue Feb 6 20:20:47 2018 +0100 ---------------------------------------------------------------------- pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/dddfebf7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 83445dd..9416200 100644 --- a/pom.xml +++ b/pom.xml @@ -1183,12 +1183,6 @@ under the License. </rules> </configuration> </execution> - </executions> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-enforcer-plugin</artifactId> - <executions> <execution> <id>dependency-convergence</id> <goals>
