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

- In the IT test aggregate-add-third-party-exclude-transitive-deps, the JUnit version is no more correct. - In the IT test aggregate-add-third-party-simple, the Junit version and the license are no more correct. Fix...

This is obviously a fantastic plugin. Yet not all folks use maven; e.g. bazel. Has anyone made an attempt to factor out key code -- especially with respect to going...

Config: ```xml \Qhttp://opensource.org/licenses/mit-license\E https://opensource.org/license/mit ``` Error: ``` [DEBUG] Rewrote URL 'http://opensource.org/licenses/mit-license' => 'https://opensource.org/license/mit' [WARNING] POM for dependency eu.lestard:doc-annotations:0.2 has an invalid license URL: 'https://opensource.org/license/mit' [DEBUG] POM for dependency eu.lestard:doc-annotations:0.2 has...

Hi, I've tried all the exclude options in aggregate-download-licenses, but they only seem to work on the the dependent artifacts and not the actual maven sub-modules. I looked a bit...

enhancement

should be easy task

maintenance
good first issue

hey guys, I have been trying to use this plugin having the following configuration: ``` org.codehaus.mojo license-maven-plugin 2.0.1 download-licenses download-licenses ``` In my CI configuration I am using a `maven:3.8.3-openjdk-17`...

Would it be possible to use the LICENSE and NOTICE files provided in the META-INF of the jars of the dependencies? I don't know if there is a defined standard...

This PR contains several changes. If you prefer, I can also make individual PRs for each. Main features: * allow explicit include/exclusion of Modules in the aggregate mojo * not...

We get the following error on our build. The jakarta.annotation:jakarta.annotation-api is dual licensed with EPL 2.0 and GPL with classpath exception. We have EPL 2.0 on our blacklist and the...

We can remove manual writing / reading and manual maintenance of xsd file. https://codehaus-plexus.github.io/modello/index.html