mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-25 03:42:48 +00:00
Do not fail maven build when git directing is missing
This commit is contained in:
parent
f792522b3d
commit
fd1c742d4f
1 changed files with 1 additions and 0 deletions
1
pom.xml
1
pom.xml
|
@ -176,6 +176,7 @@
|
|||
<generateGitPropertiesFile>true</generateGitPropertiesFile>
|
||||
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties
|
||||
</generateGitPropertiesFilename>
|
||||
<failOnNoGitDirectory>false</failOnNoGitDirectory>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
|
|
Loading…
Reference in a new issue