-
Type: Task
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 3.12.3
-
Fix Version/s: 3.14.0
-
Component/s: Technical / Transverse
-
Tags:
-
Sprint:NOS 11.1.12 - 2019-07 01
Currently, the release tag is pushed even if the Nexus deployment failed, it should not.
Also, the Nexus deployment is done using mvn deploy -DskipTests -Dmaven.install.skip=true -Prelease,-qa,qapriv where it should only use the deploy:deploy goal to avoid runing all unnecessary other goals.