license-maven-plugin
license-maven-plugin copied to clipboard
Maven plugin to download and collect license files from project dependencies.
When using `organizeLicensesByDependencies=true`, if you have several dependencies with the same license, and the same dependency appears in the dependency tree with different versions/types, then the cached file will be...
…og spam when using a shared missing file https://github.com/mojohaus/license-maven-plugin/issues/201
Today I observed the following build failure, after many successful executions of the `add-third-party` goal in various large (concurrent) Maven builds: ``` [ERROR] Failed to execute goal org.codehaus.mojo:license-maven-plugin:2.0.0:add-third-party (check-third-party-licenses) on...
The aggregate-add-third-party is not threadsafe, and forces me to run builds with --builder singlethreaded which is no fun. Could it be made threadsafe? http://www.mojohaus.org/license-maven-plugin/aggregate-add-third-party-mojo.html
I want to apply a xslt transformation to the html report, unfortunately this is not possible because of a missing ``. The fix is actually quite simple. Add the following...
Having a large multi-module project of ~170 modules (tree, up to 4 levels, not just a flat list of sub-modules). There are several "heavy-weight" dependencies involved, e.g. camel, karaf, spring,...
Feature request https://clearlydefined.io/about Clearlydefined is an free open database with community curated license information. Sometimes libraries are missing license information or are claiming a wrong license. Clearlydefined could help in...
Unable to use licenseResolver with classpath. LicenseRepository throws error with lack of "baseUrl"
This applies to all mojos using "org.codehaus.mojo.license.model.LicenseRepository" with classpath licenseResolver: UpdateProjectLicenseMojo for reason : no baseURL defined in org.codehaus.mojo.license.model.LicenseRepository [INFO] --- license-maven-plugin:2.0.0:update-project-license (update-project-license) @ cast-core --- [INFO] Adding a license...
Currently, copyright statements are always in the format: `Copyright (C) 2020 ` But my organisation requires this format: `(c) Copyright 2020.` This aspect of the tooling should be configurable by...
I've updated the license-maven-plugin from version 1.20 to 2.0.0. In the old version every was fine, but after the update the maven-site-plugin crashes. The license-maven-plugin was added to the reporting...