Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top