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

Hi, i found that using configurations from urls (in one of the bigger projects of mine) is not possible using **aggregate-add-third-party** (as opposed to **add-third-party**). I believe this is because...

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 am experimenting with Maven License Plugin in order to generate the third party list of licenses for my app.At my current findings it looks like the download-licenses goal is...

The reuse of configuration regarding missing licenses could be nicer between the AddThirdParty and DownloadLicenses goals (and aggregate variants). DownloadLicenses allows you to specify a licensesConfigFile in XML format, which...

add-third-party
download-licenses

Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

fixes #212 This pull requests adds links to licenses if license URLs are available.

This PR fixes issue #379 by introducing a new mojo parameter `copyrightStringFormat` allowing users to configure a different copyright string format. I considered moving the default copyright string up to...

This change corrects the description for `trimHeaderLine`.

- Use HTTPS. - Update the "Why not LGPL" URL in the gpl_v3 license. - Do not mix tabs and spaces. This reflects the versions available in plain text from...