[
https://jira.codehaus.org/browse/CONTINUUM-2735?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=364247#comment-364247
]
Brent N Atkinson commented on CONTINUUM-2735:
---------------------------------------------
I took a quick look at this and it does not appear that maven-scm provides a
ready-to-use facility for intercepting a single command's output.
Looking at {{org.apache.maven.scm.manager.AbstractScmManager}}:
* scm providers are maintained in a map by scm type
* the logger for the scm providers is set only once (by calling getScmLogger
and injecting into providers by {{addListener}})
Currently, the scm manager being used is continuum's own extension of
{{AbstractScmManager}}. This is presumably to wire an slf4j logger into the
manager. This routes scm logging through continuum's logging subsystems, but as
a single multiplexed stream.
> Add ability to view scm output
> ------------------------------
>
> Key: CONTINUUM-2735
> URL: https://jira.codehaus.org/browse/CONTINUUM-2735
> Project: Continuum
> Issue Type: New Feature
> Affects Versions: 1.4.2
> Reporter: Brent N Atkinson
> Fix For: 1.5.0
>
>
> When scm checkout/update takes a long time, it is not clear whether the build
> is hung or not. It would be nice to allow users to see the scm output.
--
This message was sent by Atlassian JIRA
(v6.1.6#6162)