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

The documentation doesn't provide any example for licenseMergesUrl file format when invoked via CLI. I have tried a text as well as properties file having the following value: ``` Apache...

add-third-party

The documentation at https://www.mojohaus.org/license-maven-plugin/check-file-header-mojo.html#excludes does not really state: - Against which path the exclude is compared (full absolute file name, module relative file name, file title) - Which wildcard patterns...

We are storing some of our built java apps in AWS CodeArtifact and normal maven build (mvn install) is able to fetch those dependencies from the CodeArtifact. However in post...

Really not much to say here. It is just annoying to see the warning in the maven log when where really is nothing to warn about

### Steps: 1. Add a dependency to a war artifact that has transitive depdendencies, e.g. ``` 4.0.0 simplewar war commons-lang commons-lang 2.4 ``` 1. Run `add-third-party` goal ### Expected -...

- add dependabot, release drafter and gh actions configuration

build

I’m not sure I understand everything correctly, but it seems to me that `overrideFile` should not have been deprecated, because the newer `overrideUrl` property cannot be used to reproduce the...

I get the following exception: This seems to be different from #310 ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-site-plugin:3.8.2:site (default-cli) on project soCommerce-p4p-service: Error generating license-maven-plugin:2.0.0:aggregate-third-party-report report: NullPointerException -> [Help...

This fix resolves the NPE by adding a check for the null and replacing with an empty set in the case where the deprecated MavenProject.getDependencyArtifacts() returns null. It should be...

Hi, I have a multi module project with internal dependecies between some modules. Since the project is never released, it does not have any license information. License-maven-plugin detects a missing...