Skip to content

Commit

Permalink
Do not fail on git-commit failing to find git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
shroffk committed Oct 4, 2024
1 parent 0a18985 commit f049924
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 @@ -415,6 +415,7 @@
</execution>
</executions>
<configuration>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
<prefix>git</prefix>
<verbose>false</verbose>
Expand Down

0 comments on commit f049924

Please sign in to comment.