Skip to content

Commit

Permalink
Do not fail packaging if repo info is absent spring-petclinic#91
Browse files Browse the repository at this point in the history
Try to fix the Maven issue references in spring-petclinic#91
  • Loading branch information
arey authored May 6, 2021
1 parent 1f8191d commit 101ffbd
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 @@ -136,6 +136,7 @@
<generateGitPropertiesFilename>${project.build.outputDirectory}/git.properties
</generateGitPropertiesFilename>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 101ffbd

Please sign in to comment.