Error while deploying when using scpexe protocol with non-default scp/ssh executables

PR: MNG-1900
Submitted By: Brett Porter


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@360120 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Vincent Massol 2005-12-30 17:14:54 +00:00
parent 5282ee4341
commit c9a00782d8
1 changed files with 2 additions and 0 deletions

View File

@ -317,6 +317,8 @@ public class DefaultWagonManager
try
{
wagon = getWagon( protocol );
configureWagon( wagon, repository );
}
catch ( UnsupportedProtocolException e )
{