Skip to content
Snippets Groups Projects
Commit fd1c742d authored by Antoine Rey's avatar Antoine Rey Committed by Dave Syer
Browse files

Do not fail maven build when git directing is missing

parent f792522b
No related branches found
No related tags found
No related merge requests found
......@@ -176,6 +176,7 @@
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties
</generateGitPropertiesFilename>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
</configuration>
</plugin>
......
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