Hi,

The Mojo team is pleased to announce the release of the
license-maven-plugin version 1.0. 

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

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

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

Please checkout this in your configuration if something is wrong before
all.

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

** Bug
    * [MLICENSE-3] - license.canUpdateCopyright does not work
    * [MLICENSE-5] - Overriding bundleLicensePath does not work
    * [MLICENSE-6] - Adding license header on sh files breaks the
                     shebang

** Improvement
    * [MLICENSE-15] - Check that all files are present in the license
                      store
    * [MLICENSE-16] - Add new missing file headers (for freemarker for
                      example)
    * [MLICENSE-23] - Entries of licenseMerges should be unique

** New Feature
    * [MLICENSE-10] - license-maven-plugin should allow configuring the
                      location of license and header files

** Task
    * [MLICENSE-12] - Clean pom
    * [MLICENSE-13] - remove french documentation
    * [MLICENSE-14] - Updates nuiton-processor to 1.2.2

Enjoy,

The Mojo team.
 
Tony Chemit

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

Reply via email to