How I disable the Tag creation on Maven Release Plugin

后端 未结 1 1897
北海茫月
北海茫月 2020-12-21 23:23

I\'m making my first project with Maven, and I don\'t wanna that the Maven create the Tag, because I don\'t use it.

How I\'ll make it?

Tks.

相关标签:
1条回答
  • 2020-12-21 23:58

    As described by the update-versions goal

    Update the POM versions for a project. This performs the normal version updates of the release:prepare goal without making other modifications to the SCM such as tagging.

    Looks like that's what you are looking for.

    0 讨论(0)
提交回复
热议问题