[
https://issues.apache.org/jira/browse/WAGON-543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16730845#comment-16730845
]
Dan Tran edited comment on WAGON-543 at 12/29/18 10:55 PM:
-----------------------------------------------------------
it passes b/c you have wagon-provider-api-3.2.0.jar under your maven's lib
directory
did you build maven-3.6.0-SNAPSHOT with wagon 3.3.1-SNAPSHOT
you should see
{code:java}
ls wagon*
wagon-file-3.3.1-SNAPSHOT.jar wagon-http-3.3.1-SNAPSHOT-shaded.jar
wagon-provider-api-3.3.1-SNAPSHOT.jar
{code}
was (Author: dantran):
it passes b/c you have wagon-provider-api-3.2.0.jar under your maven's lib
directory
did you build maven-3.6.0-SNAPSHOT with wagon 3.3.1-SNAPSHOT
you should see
ls wagon*
wagon-file-3.3.1-SNAPSHOT.jar wagon-http-3.3.1-SNAPSHOT-shaded.jar
wagon-provider-api-3.3.1-SNAPSHOT.jar
> wagon-ssh download hangs
> ------------------------
>
> Key: WAGON-543
> URL: https://issues.apache.org/jira/browse/WAGON-543
> Project: Maven Wagon
> Issue Type: Bug
> Components: wagon-ssh
> Affects Versions: 3.3.0
> Reporter: Dan Tran
> Assignee: Michael Osipov
> Priority: Major
>
> To reproduce this issue
> 1. checkout https://github.com/mojohaus/wagon-maven-plugin.git
> 2. Locally build maven 3.6.1-SNAPSHOT with wagon 3.3.0 and run it with
> 3. cd src/test/project/ssh-it; mvn -Dit-plugin.version=2.0.0
> Assume your local account can ssh to same host with ssh key
> other notes:
> * No problem with maven 3.6.0
> * I also have internal ssh library wrapper of wagon-ssh to perform
> sshexe/upload/download activities. Seeing the same issue with wagon 3.3.0
> * The root cause likely is from WAGON-537 with changes at AbstractWagon
> which may have side effect on internal JSCH 32K buffer
> Reverting WAGON-537 fixes this issue
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)