Fix git commit info extraction to avoid build failures.

Closes #2088.
This commit is contained in:
Antonin Delpeuch 2019-07-19 14:25:37 +02:00
parent 7f995466dd
commit 5840b31a74

View File

@ -248,6 +248,7 @@
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties</generateGitPropertiesFilename>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
<format>json</format>
<gitDescribe>
<skip>false</skip>