mirror of https://github.com/apache/maven.git
remove System.out
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@491399 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
43ec595fed
commit
9d792d6d1c
|
@ -636,7 +636,6 @@ public class MavenEmbedder
|
|||
{
|
||||
throw new SettingsConfigurationException( "Proxy in settings.xml has no host" );
|
||||
}
|
||||
System.out.println( "setting proxy to=" + proxy.getHost() );
|
||||
wagonManager.addProxy( proxy.getProtocol(), proxy.getHost(), proxy.getPort(), proxy.getUsername(),
|
||||
proxy.getPassword(), proxy.getNonProxyHosts() );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue