You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Tony Chemit <ch...@codelutin.com> on 2012/05/23 10:03:25 UTC

[ANN] License Maven plugin 1.1 Released

Hi,

The Mojo team is pleased to announce the release of the License
Maven plugin version 1.1

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.1</version>
</plugin>

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.1

Release Notes - Mojo's License Maven Plugin - Version 1.1

** Bug
    * [MLICENSE-25] - license:add-third-party should operate on projects with "pom" packaging
    * [MLICENSE-34] - Multi-line copyright holders cannot be updated

** Improvement
    * [MLICENSE-26] - The title of the site pages don't display the plugin name
    * [MLICENSE-27] - How to configure start and end process tags
    * [MLICENSE-30] - Allow template for description section that can include variables for filename, creation time etc.
    * [MLICENSE-33] - Add report goal license:third-party-report
    * [MLICENSE-35] - Clean code
    * [MLICENSE-36] - Create fromat string for dependencies' licenses list entry
    * [MLICENSE-37] - Make it possible to restrict which licenses are allowed in a project

** Task
    * [MLICENSE-38] - Fix PMD, CPD and some checkstyle (license header for example).

Have Fun!

--
The Mojo team.

-- 
Tony Chemit
--------------------
email: chemit at codelutin dot com
http://www.codelutin.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org