Skip to content
Snippets Groups Projects
Unverified Commit e9cb2e83 authored by Antoine Rey's avatar Antoine Rey Committed by GitHub
Browse files

Merge pull request #92 from arey/bugfix/failOnNoGitDirectory

#14 Do not fail maven build of the .git directory is missing
parents 186b6798 d8f3ecc3
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties
</generateGitPropertiesFilename>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
</configuration>
</plugin>
</plugins>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment