We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea75cba commit e9d4e20Copy full SHA for e9d4e20
pom.xml
@@ -568,6 +568,8 @@
568
<includeOnlyProperty>^git.build.user.(email|name)$</includeOnlyProperty>
569
</includeOnlyProperties>
570
<commitIdGenerationMode>full</commitIdGenerationMode>
571
+ <!-- A workaround to make build work in a Git worktree, see https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/215 -->
572
+ <useNativeGit>true</useNativeGit>
573
</configuration>
574
</plugin>
575
0 commit comments