You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working directories created with https://git-scm.com/docs/git-worktree unfortunately use a .git file whose contents is the path of the real .git directory, and that breaks the check maven-git-commit-id does. The only workaround I found was to set failOnUnableToExtractRepoInfo. Ideally, maven-git-commit-id should use git itself to verify existence and query data in the .git dir.
The text was updated successfully, but these errors were encountered:
Working directories created with https://git-scm.com/docs/git-worktree unfortunately use a
.git
file whose contents is the path of the real.git
directory, and that breaks the check maven-git-commit-id does. The only workaround I found was to setfailOnUnableToExtractRepoInfo
. Ideally, maven-git-commit-id should use git itself to verify existence and query data in the.git
dir.The text was updated successfully, but these errors were encountered: