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 our multi-module project we use the license-plugin with the missingFileUrl option. We created a company-wide missing file which contains GAV and license information for all the dependencies used in...

enhancement
help wanted
add-third-party

I was under assumption that "remove-file-header" goal would restore my files to their original state, as they were before using update-file-header. I currently observe (plugin version 1.20) the following issues:...

help wanted
file-header

We are performing a release `mvn release:prepare release:perform` on a multimodule maven project. Some module depends from other modules. The typical scenario is: parent |->model |->client (depends from model) |->web...

help wanted
add-third-party

This is the integration to demostrate the issue #317

I'm getting an NPE in DependenciesTool.loadProjectDependencies. The issue seems to be that loadProjectDependencies assumes that all artifacts have a non-null dependency trail. The artifacts are loaded in loadProjectArtifacts, where reactor...

help wanted

I know unknown licenses can be added with the `missingFile` configuration property, but this is very cumbersome when you have a multi-module project. In my case I have a project...

enhancement
add-third-party

I have a project set up like this: * my-mod-a depends on 3rd-party-mod-without-license * my-mod-b depends on my-mod-a When my-mod-a is built the “missing file” i added gets attached; i...

help wanted
add-third-party

Projects often declare 2 different licences as single license. For Example: CDDL+GPLv2 Would be great to merge this to 2 different licenses. Currently I have ``` Common Development and Distribution...

enhancement
help wanted
add-third-party

I want to use the plugin to clear the IP which my projects are using. For that purpose, I think it would be much better to use the URL to...

enhancement

The HTML report currently only shows the license name from the POMs. If the license has a URL in them, create a link in the HTML report with the name...

enhancement
help wanted
third-party-report