Hi, The Mojo team is pleased to announce the release of the license-maven-plugin version 1.0-beta-1.
Mojo's license plugin deals with all the license stuff of a maven project, such as - downloads licenses of all dependencies - generates a third-party file of all dependencies - adds license header on sources http://mojo.codehaus.org/license-maven-plugin/ http://mojo.codehaus.org/license-maven-plugin/fr 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-beta-1</version> </plugin> Release Notes This is the first release of this project merged from the Paul's work (donwload-licenses goal) and mine (from previous project maven-license-plugin (http://maven-site.nuiton.org/maven-license-plugin) ). Enjoy, The Mojo team. Tony Chemit --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
