[ https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=365036#comment-365036 ]
Frank Cornelis commented on MNG-5605: ------------------------------------- Doing a quick-and-dirty local "release" of wagon-ssh via: {code} git clone https://git-wip-us.apache.org/repos/asf/maven-wagon.git cd maven-wagon mvn versions:set -DnewVersion=2.9-econtract-1 mvn clean install -Dmaven.test.skip=true {code} and then referring to it via: {code:xml} <extensions> <extension> <groupId>org.apache.maven.wagon</groupId> <artifactId>wagon-ssh</artifactId> <version>2.9-econtract-1</version> </extension> </extensions> {code} indeed fixes the issue. > ssh-wagon hangs > --------------- > > Key: MNG-5605 > URL: https://jira.codehaus.org/browse/MNG-5605 > Project: Maven > Issue Type: Bug > Components: Deployment > Affects Versions: 3.2.1 > Reporter: Frank Cornelis > Priority: Blocker > Fix For: 3.3.2 > > > When releasing (using maven-release-plugin) via Maven 3.1.1 everything works > as expected. When doing the same via Maven 3.2.1, ssh-wagon all of the sudden > hangs on the second ssh upload. -- This message was sent by Atlassian JIRA (v6.1.6#6162)