Hi, The Mojo team is pleased to announce the release of the License Maven plugin version 1.2
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: <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>license-maven-plugin</artifactId> <version>1.2</version> </plugin> What's new in version 1.2 ? --------------------------- - A new goal was introduced (check-file-header) to check that files have a license header. - Can now generate a java license header after the package statement (as used in codehaus) - Usage of maven-plugin-plugin 3.1 and his nice java annotations (thanks to Maven guys :)) - and some fixes and improvements... Some links ---------- Documentation: http://mojo.codehaus.org/license-maven-plugin JIRA: http://jira.codehaus.org/browse/MLICENSE svn: https://svn.codehaus.org/mojo/tags/license-maven-plugin-1.2 Release Notes - Mojo's License Maven Plugin - Version 1.2 ** Bug * [MLICENSE-44] - Filter content is not reset after the description template is rendered for each file ** Improvement * [MLICENSE-28] - aggregate-add-third-party should be able to use a THIRD-PARTY.properties for the aggreated licences * [MLICENSE-41] - Use maven 3 plugin api ** New Feature * [MLICENSE-39] - Be able to generate the file header for java files after the package statement * [MLICENSE-40] - Introduce new goal license:check-file-header ** Task * [MLICENSE-42] - Remove the updateCopyright property on update-file-header mojo * [MLICENSE-43] - Remove deprecated AddThirdParty#groupByLicense property Have Fun! -- The Mojo team. -- Tony Chemit -------------------- email: chemit at codelutin dot com http://www.codelutin.com -- Tony Chemit -------------------- tél: +33 (0) 2 40 50 29 28 email: che...@codelutin.com http://www.codelutin.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org