./mvnw --batch-mode -s settings.xml -U clean jgitflow:release-start -PjgitflowStart && ./mvnw --batch-mode -s settings.xml -U jgitflow:release-finish
There are situations where the artifact has been deployed, however the changes have not been merged into develop and master branches. To achieve the branch consistency the follow commands are required...
./mvnw --batch-mode -U clean jgitflow:release-finish -DnoDeploy=true