license-maven-plugin
license-maven-plugin copied to clipboard
Maven plugin to download and collect license files from project dependencies.
When executing [`license:update-project-license`](https://www.mojohaus.org/license-maven-plugin/update-project-license-mojo.html) goal with not defined `licenseName` it fails with the following message: ``` [ERROR] Failed to execute goal org.codehaus.mojo:license-maven-plugin:1.16:update-project-license (default): could not init goal UpdateProjectLicenseMojo for reason :...
Code: ``` @Test void "submit callable task +short timeout"() { boolean taskRun = false def task = { Thread.sleep 2000; taskRun = true } def future = watchdog.submit(task) def notFinished...
Hi. When the plugin adds licenses, delimiters are inserted so the plugin knows where to update the license in case of updates. Afaik there are 3 configuration options to change...
Hi, I cannit find out how to silence warnings when the add-third-party goal is run. I have a project with a dependency lacking license information. When add-third-party runs on this...
For some reason when I use 1.14 version plus the '--projects' flag to just run the aggregate goal. it skips the multimodule as you can see below: ```bash mvn license:aggregate-add-third-party...
Hi, I'm not sure if this behavior is a bug or by design, but if the filename don't end with .txt it will not be added as a resource. The...
1- I have a requirement where I should add additional info to the info provided in the THIRD-PARTY.properties . For example, I have published in my company repo some specific...
It would be nice to have the possibility to include more than just the license name in the third party file. Any chance that the license URL could be made...
As discussed in #59 it is sometimes necessary to override the license for a certain dependency. The fix created for #59 however does this only for the license-report. This overwrite...
Bumps [jettison](https://github.com/jettison-json/jettison) from 1.1 to 1.5.1. Release notes Sourced from jettison's releases. Jettison 1.5.1 What's Changed Stack Overflow fix on malformed JSON by @coheigea in jettison-json/jettison#48 Prevent infinite loop when...