-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
The Apache HTTPClient based downloader supports http(s).proxy* properties, so we do not need to use legacy logic. In legacy mode http.nonProxyHosts is not honored, so setting both leads to issues due to missing proxy selectors. Omit populating legacy properties resolves this issue. In addition, we have to move the password decryption from Maven settings up, so it actually works. Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
- Loading branch information
Showing
1 changed file
with
8 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters