From e9d4e2046fdf09d3bb966ecdaaca6b3a75dcf447 Mon Sep 17 00:00:00 2001 From: Enrico Olivelli Date: Sun, 15 May 2022 17:57:28 +0200 Subject: [PATCH] Add useNativeGit to Git Commit Id Plugin - to support working with worktrees (#1285) ### Motivation You cannot use git worktrees in KOP development. ### Modifications see https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/215 (cherry picked from commit dbea53827b21a1543b8d14842af38f9c40b42349) --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index d7cdc6c01..46fd21d38 100644 --- a/pom.xml +++ b/pom.xml @@ -568,6 +568,8 @@ ^git.build.user.(email|name)$ full + + true