MojoHaus License Maven Plugin Version 1.12 Released

The Mojo team is pleased to announce the release of the License Maven Plugin, version 1.12.

This plugin manages the license of a maven project and its dependencies (update file headers, download dependencies licenses, check thirdparty licenses, ...).

To get this update, simply specify the version in your project`s plugin configuration:

1<plugin>
2  <groupId>org.codehaus.mojo</groupId>
3  <artifactId>license-maven-plugin</artifactId>
4  <version>1.12</version>
5</plugin>

Release Notes for License Maven Plugin Version 1.12

https://www.mojohaus.org/license-maven-plugin/github-report.html

Enjoy,

The Mojo team.

Tony