Skip to content

Commit 68c3e1d

Browse files
author
copyrights
committed
ignore missing .git directory
1 parent ada0199 commit 68c3e1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,9 @@
188188
<plugin>
189189
<groupId>pl.project13.maven</groupId>
190190
<artifactId>git-commit-id-plugin</artifactId>
191+
<configuration>
192+
<failOnNoGitDirectory>false</failOnNoGitDirectory>
193+
</configuration>
191194
<version>4.9.10</version>
192195
<executions>
193196
<execution>

0 commit comments

Comments
 (0)