license-maven-plugin
license-maven-plugin copied to clipboard
Using includedLicenses, licenseMergesUrl with http(s) url doesn't work behind a proxy.
Unlike LicenseDownloader all downloads by UrlRequester.getFromUrl inncluding includedLicenses, licenseMergesUrl, etc. don't apply proxy setting.
Created a prototype solution here by extracting the http-client-builder and injecting a clientbuilderfactory as static. Needs some tests.