[
https://jira.codehaus.org/browse/MNG-5605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=349934#comment-349934
]
Allan commented on MNG-5605:
----------------------------
I assumed that locking the version in the extension declaration would use the
same version regardless of which version of maven I'm using.
{code:xml}
<build>
...
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh</artifactId>
<version>2.6</version>
</extension>
</build>
{code}
Is that not the case?
Also, I didn't do anything else to control the jsch version.
> 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
>
> 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)