Skip to content

Commit f70ced3

Browse files
author
copyrights
committed
ignore missing .git directory
1 parent 041a7a6 commit f70ced3

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
@@ -186,6 +186,9 @@
186186
<plugin>
187187
<groupId>pl.project13.maven</groupId>
188188
<artifactId>git-commit-id-plugin</artifactId>
189+
<configuration>
190+
<failOnNoGitDirectory>false</failOnNoGitDirectory>
191+
</configuration>
189192
<version>4.9.10</version>
190193
<executions>
191194
<execution>

0 commit comments

Comments
 (0)