GitHub user mwws opened a pull request: https://github.com/apache/flink/pull/2179
[Flink-4128]fix flink-runtime compile error about git-commit-id-plugin When I build with latest flink code, I got following error: > [INFO] ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ > [INFO] Total time: 01:06 h > [INFO] Finished at: 2016-06-28T22:11:58+08:00 > [INFO] Final Memory: 104M/3186M > [INFO] ------------------------------------------------------------------------ > [ERROR] Failed to execute goal pl.project13.maven:git-commit-id-plugin:2.1.5:revision (default) on project flink-runtime_2.11: Execution default of goal pl.project13.maven:git-commit-id-plugin:2.1.5:revision failed. NullPointerException -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, please read the following articles: > [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the command > [ERROR] mvn <goals> -rf :flink-runtime_2.11 I think it's because wrong `doGetDirectory` value is provided. I have fix it and compile is fine for me now. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mwws/flink git-plugin Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/2179.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2179 ---- commit ac2bccfd416e5ce5343c27d9b8c33959271977b3 Author: unknown <mao...@maowei-mobl.ccr.corp.intel.com> Date: 2016-06-28T16:50:26Z fix flink runtime compile error about git-commit-id-plugin ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---