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

Maven plugin to download and collect license files from project dependencies.

Results 108 license-maven-plugin issues
Sort by recently updated
recently updated
newest added

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

Currently the plugin release version 2.0.0 does not fail for errors caused by values of the , e.g.: #430 and #432 The plugin should fail then. Currently the errors are...

I had the following entry in my "licensesConfigFile": ``` BSD-3-Clause (BSD-3-Clause "New" or "Revised" License) https://raw.githubusercontent.com/x-stream/xstream/XSTREAM_1_3_1/LICENSE.txt ``` The special character `"` isn't allowed as a Windows filename and will prevent...

I have set the "licensesConfigFile"'s URL element to use some WWW Urls as well as some local files (using the file:// descriptor - see #428) Result of a mvn clean...

The goal download-licenses/aggregate-download-licenses currently does not support using locally provided license text files. We have dependencies which are that old or are proprietary so that there isn't any license file...

If I specify the plugin to use my "licensesConfigFile" where I declare some licenses manually but accidentally insert some invalid "url" value to a license text, the plugin is not...

I tried to compile the current master branch to test my fork. But I can't even get the release 2.0.0 (commit id: bb7100581e206e1e375a0e007b7024e2688ae05a) compiled with Maven (e.g. mvn verify). ```...

I have a few large multi-module projects, where I'd like to report on the 3rd-party licenses being used. I use `mvn license:aggregate-add-third-party license:aggregate-third-party-report` for that. From debugging I noticed that,...

I'd like to ensure that my projects don't breach and software licensing rules. It would be really handy if the plugin could detect incompatibility of the projects license with any...