in maven-wrapper/src/main/java/org/apache/maven/wrapper/DefaultDownloader.java [54:58]
private void configureProxyAuthentication() {
if (System.getProperty("http.proxyUser") != null) {
Authenticator.setDefault(new SystemPropertiesProxyAuthenticator());
}
}