5

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.

Robert Scholte
  • 11,889
  • 2
  • 35
  • 44
WellMafra
  • 113
  • 4
  • 10

1 Answers1

6

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.

Robert Scholte
  • 11,889
  • 2
  • 35
  • 44