From a5f7e57a9817ea95d53c5b13b8c95d1a29431b8c 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 88d438a47245..f7dc1c5e7b4f 100644 --- a/pom.xml +++ b/pom.xml @@ -1761,6 +1761,8 @@ true true true + + true