Iñaki Ibarrola Atxa created SCM-926: ---------------------------------------
Summary: Maven SCM Jazz Provider should accept exit 53 on JazzTagCommand Key: SCM-926 URL: https://issues.apache.org/jira/browse/SCM-926 Project: Maven SCM Issue Type: Bug Components: maven-scm-provider-jazz Affects Versions: 1.11.2 Reporter: Iñaki Ibarrola Atxa Jazz scm command can return exit codes different from zero even if no error happens. The full list of errors that it can return is listed in the documentation: [https://jazz.net/help-dev/clm/index.jsp?topic=%2Fcom.ibm.team.scm.doc%2Ftopics%2Fr_scm_cli_retcodes.html] One of the exit codes it can return is 53. In JazzTagCommand.java the provider fails if any code different than zero is returned, which makes maven release plugin fail. A workaround is documented in the following article: [https://blog.smartcoders.xyz/2017/03/23/maven-release-plugin-and-jazz-scm-prepare/] -- This message was sent by Atlassian JIRA (v7.6.3#76005)