Merge pull request #2053 from OpenRefine/issue-2047-missing-git

Disable Maven git plugin when .git directory is absent.
This commit is contained in:
Antonin Delpeuch 2019-06-04 11:15:32 +01:00 committed by GitHub
commit 5bda3bcbef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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