Skip to content

Commit

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

(cherry picked from commit 05f7e62)
  • Loading branch information
lhotari authored and nodece committed Apr 29, 2024
1 parent 4e60e86 commit 5864b78
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 @@ -1529,10 +1529,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 5864b78

Please sign in to comment.