From 6a63d25953e98571ff511bbe0a6de632e1919be4 Mon Sep 17 00:00:00 2001 From: Krzysztof Sobolewski Date: Tue, 8 Mar 2022 10:27:49 +0100 Subject: [PATCH] Set useNativeGit in git-commit-id-plugin This is a workaround for inability to build Trino in a git worktree. This is a long-standing issue in the plugin, see git-commit-id/git-commit-id-maven-plugin#215. --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index 1eba77d90308..04b21873ceeb 100644 --- a/pom.xml +++ b/pom.xml @@ -1786,6 +1786,8 @@ true true true + + true