We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc49e7c commit dbea538Copy full SHA for dbea538
pom.xml
@@ -406,6 +406,8 @@
406
<includeOnlyProperty>^git.build.user.(email|name)$</includeOnlyProperty>
407
</includeOnlyProperties>
408
<commitIdGenerationMode>full</commitIdGenerationMode>
409
+ <!-- A workaround to make build work in a Git worktree, see https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/215 -->
410
+ <useNativeGit>true</useNativeGit>
411
</configuration>
412
</plugin>
413
0 commit comments