Description
Add a branchBase optional parameter in order to have control on where the branch produced by release:branch goal goes to.
Example:
mvn release:branch -DbranchName=branchName -DbranchBase=https://branchGoesHere
where branch branchName goes to directory https://branchGoesHere
Attachments
Attachments
Issue Links
- is related to
-
MRELEASE-371 tagBase not working for release:branch goal
- Closed