Skip to content

Commit

Permalink
[fix][build] Configure git-commit-id-plugin to skip git describe (#20550
Browse files Browse the repository at this point in the history
)

(cherry picked from commit 05f7e62)
  • Loading branch information
lhotari committed Jun 9, 2023
1 parent e7f9a5f commit f4e2b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1587,10 +1587,10 @@ flexible messaging model and an intuitive client API.</description>
<useNativeGit>true</useNativeGit>
<prefix>git</prefix>
<failOnNoGitDirectory>false</failOnNoGitDirectory>
<failOnUnableToExtractRepoInfo>false</failOnUnableToExtractRepoInfo>
<skipPoms>false</skipPoms>
<gitDescribe>
<skip>false</skip>
<always>false</always>
<skip>true</skip>
</gitDescribe>
</configuration>
</plugin>
Expand Down

0 comments on commit f4e2b2b

Please sign in to comment.