[ https://issues.apache.org/jira/browse/FLINK-10070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16570099#comment-16570099 ]
ASF GitHub Bot commented on FLINK-10070: ---------------------------------------- zentol opened a new pull request #6502: [FLINK-10070][build] Downgrade git-commit-id-plugin URL: https://github.com/apache/flink/pull/6502 ## What is the purpose of the change This PR downgrades the `git-commit-id-plugin` version to 2.1.10 since 2.1.14 is incompatible with various maven versions. The configuration was inverted to exclude unnecessary properties instead, as inclusions were only added in 2.1.14 . Additionally the version and exclusions is now defined in the root `pluginManagement` section to also cover `flink-dist`. ## Verifying this change Manually verified. Run `mvn process-resources -Dfast` in flink-runtime/flink-dist and ensure that only `git.commit.*` properties are included. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Flink cannot be compiled with maven 3.0.x > ----------------------------------------- > > Key: FLINK-10070 > URL: https://issues.apache.org/jira/browse/FLINK-10070 > Project: Flink > Issue Type: Bug > Components: Build System > Affects Versions: 1.5.3, 1.6.0 > Reporter: Chesnay Schepler > Assignee: Chesnay Schepler > Priority: Major > Labels: pull-request-available > Fix For: 1.5.3, 1.6.0 > > > In FLINK-9986 we bumped the version of the {{git-commit-id-plugin}} to 2.1.14 > which is incompatible with various maven versions, like 3.0.X. > We can either bump the version to 2.2.4 to support all versions, or downgrade > to 2.1.9 and rework FLINK-9986 with property exclusions. > Additionally we should setup a test that checks the compatibility of Flink > with various maven versions. -- This message was sent by Atlassian JIRA (v7.6.3#76005)