Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 483 Bytes

RELEASING.md

File metadata and controls

10 lines (9 loc) · 483 Bytes

Manual Release

./mvnw --batch-mode -s settings.xml -U clean jgitflow:release-start -PjgitflowStart && ./mvnw --batch-mode -s settings.xml -U jgitflow:release-finish

Cleaning a Failed Deploy

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