zentol commented on issue #6443: [FLINK-9986][build] Only include commit info in .version.properties file URL: https://github.com/apache/flink/pull/6443#issuecomment-410677389 @StephanEwen The error that you currently should get is ``` [ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:2.1.14:revision (default) on project flink-runtime_2.11: The plugin pl.project13.maven:git-commit-id-plugin:2.1.14 requires Maven version [3.1.1,) -> [Help 1] ``` This is effectively what the enforcer would print as well, albeit later. When I merged this I was unaware that this bumps the minimum maven version. If we'd bump it further to 2.2.4 we would regain support for maven 3.0.X (see https://github.com/ktoso/maven-git-commit-id-plugin/releases/tag/v2.2.4).
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
