license-maven-plugin icon indicating copy to clipboard operation
license-maven-plugin copied to clipboard

Using includedLicenses, licenseMergesUrl with http(s) url doesn't work behind a proxy.

Open lexx9999 opened this issue 1 year ago • 1 comments

Unlike LicenseDownloader all downloads by UrlRequester.getFromUrl inncluding includedLicenses, licenseMergesUrl, etc. don't apply proxy setting.

lexx9999 avatar Aug 16 '22 18:08 lexx9999

Created a prototype solution here by extracting the http-client-builder and injecting a clientbuilderfactory as static. Needs some tests.

lexx9999 avatar Aug 16 '22 18:08 lexx9999