Skip to content

Commit

Permalink
Merge pull request spring-projects#92 from arey/bugfix/failOnNoGitDir…
Browse files Browse the repository at this point in the history
…ectory

spring-projects#14 Do not fail maven build of the .git directory is missing
  • Loading branch information
arey authored Sep 22, 2018
2 parents 186b679 + d8f3ecc commit e9cb2e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties
</generateGitPropertiesFilename>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit e9cb2e8

Please sign in to comment.