Skip to content

Commit

Permalink
[AMORO-3041] Config failOnNoGitDirectory and failOnUnableToExtractRep…
Browse files Browse the repository at this point in the history
…oInfo to false for git-commit-id-plugin
  • Loading branch information
zhongqishang committed Jul 16, 2024
1 parent 42fe199 commit 76d72d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions amoro-ams/amoro-ams-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@
</execution>
</executions>
<configuration>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
<dotGitDirectory>${project.basedir}/.git</dotGitDirectory>
<generateGitPropertiesFile>true</generateGitPropertiesFile>
<generateGitPropertiesFilename>
Expand Down

0 comments on commit 76d72d4

Please sign in to comment.