[
https://issues.apache.org/jira/browse/SCM-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17963704#comment-17963704
]
ASF GitHub Bot commented on SCM-926:
------------------------------------
jira-importer commented on issue #1154:
URL: https://github.com/apache/maven-scm/issues/1154#issuecomment-2964648983
**[Michael
Osipov](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=michael-o)**
commented
Fixed with
[b2d9e5a84b6c8567739affe3a2e3f0c5cccbe5ac](https://gitbox.apache.org/repos/asf?p=maven-scm.git&a=commit&h=b2d9e5a84b6c8567739affe3a2e3f0c5cccbe5ac).
> 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)