MojoHaus License Maven Plugin Version 1.9 Released
The Mojo team is pleased to announce the release of the License Maven Plugin, version 1.9.
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.9</version>
5</plugin>
Release Notes for License Maven Plugin Version 1.9
Enjoy,
The Mojo team.
Tony