[ https://issues.apache.org/jira/browse/SCM-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963703#comment-17963703 ]
ASF GitHub Bot commented on SCM-926: ------------------------------------ jira-importer opened a new issue, #1154: URL: https://github.com/apache/maven-scm/issues/1154 **[Iñaki Ibarrola Atxa](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=ibarrola)** opened **[SCM-926](https://issues.apache.org/jira/browse/SCM-926?redirect=false)** and commented 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/ --- **Affects:** 1.11.2 **Remote Links:** - [GitHub Pull Request #91 ](https://github.com/apache/maven-scm/pull/91) > Maven SCM Jazz Provider should accept exit codes 52 and 53 on JazzTagCommand > ---------------------------------------------------------------------------- > > Key: SCM-926 > URL: https://issues.apache.org/jira/browse/SCM-926 > Project: Maven SCM (Moved to GitHub Issues) > Issue Type: Bug > Components: maven-scm-provider-jazz > Affects Versions: 1.11.2 > Reporter: Iñaki Ibarrola Atxa > Assignee: Michael Osipov > Priority: Major > Fix For: 1.11.3 > > Time Spent: 10m > Remaining Estimate: 0h > > 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 (v8.20.10#820010)