Skip to content

Commit

Permalink
Add timeout for git-commit-id-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
renjt1 committed Jan 9, 2024
1 parent 09ef5b5 commit 55c1c8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2265,6 +2265,7 @@
<!-- git-commit-id 6.0.0 incorrectly detects the .git dir, breaking the native-git workaround; see https://github.com/git-commit-id/git-commit-id-maven-plugin/issues/639 -->
<!-- When Maven 4.0 is used, this can be replaced by a native Maven property (see MNG-7038), assuming git-commit-id #639 isn't yet fixed -->
<dotGitDirectory>${air.main.basedir}/.git</dotGitDirectory>
<nativeGitTimeoutInMs>100000</nativeGitTimeoutInMs>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 55c1c8a

Please sign in to comment.