[
https://issues.apache.org/jira/browse/SCM-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17964101#comment-17964101
]
ASF GitHub Bot commented on SCM-926:
------------------------------------
jira-importer commented on PR #91:
URL: https://github.com/apache/maven-scm/pull/91#issuecomment-2964681629
Resolve #1154
> 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)