Merge pull request #2090 from OpenRefine/issue-2088-shallow-clone

Fix git commit info extraction to avoid build failures.
This commit is contained in:
Antonin Delpeuch 2019-07-20 07:47:41 +01:00 committed by GitHub
commit 6616d01725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>