mirror of https://github.com/apache/maven.git
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:
parent
5282ee4341
commit
c9a00782d8
|
@ -317,6 +317,8 @@ public class DefaultWagonManager
|
|||
try
|
||||
{
|
||||
wagon = getWagon( protocol );
|
||||
|
||||
configureWagon( wagon, repository );
|
||||
}
|
||||
catch ( UnsupportedProtocolException e )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue