Description
I copied the following command line from the documentation site (http://maven.apache.org/plugins/maven-release-plugin/examples/branch.html):
mvn release:branch -DbranchName=my-branch -DupdateBranchVersions=true -DupdateWorkingCopyVersions=false
I have used this method in the past to cut a milestone release from our trunk. However, it seems that the working copy is actually being modified now. Has there been a newer release or something?
Attachments
Attachments
Issue Links
- is duplicated by
-
MRELEASE-471 release:branch touch each file in trunk even when specified option -DupdateWorkingCopyVersions=false
- Closed