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.
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.
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.