You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Dan Tran (JIRA)" <ji...@apache.org> on 2016/10/29 01:49:58 UTC

[jira] [Commented] (WAGON-465) wagon-ssh should check for remote exit code - currrently ignore

    [ https://issues.apache.org/jira/browse/WAGON-465?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15617187#comment-15617187 ] 

Dan Tran commented on WAGON-465:
--------------------------------

currently wagon-ssh has

  execute(String cmd)
  execuate(String cmd, boolean ignoreError)
 
The second one ignores the stderr as error but not heck for exit code

we need to introduce one more interface

  execute(String cmd, boolean ignoreStderr, boolean ignoreNoneZeroExitCode)


> wagon-ssh should check for remote exit code - currrently ignore
> ---------------------------------------------------------------
>
>                 Key: WAGON-465
>                 URL: https://issues.apache.org/jira/browse/WAGON-465
>             Project: Maven Wagon
>          Issue Type: Bug
>          Components: wagon-ssh
>    Affects Versions: 2.10
>            Reporter: Dan Tran
>            Assignee: Dan Tran
>             Fix For: 2.11
>
>
> detail dicussion is at https://github.com/mojohaus/wagon-maven-plugin/issues/4



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)