Hello,

The Keytool Maven plugin 1.1 has been released.

It has a been a while since previous release (back in 2008 year :)).

This project help to invoke the java keytool program from using maven.

To get this update, simply specify the version in your project's
plugin configuration:
        
<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>keytool-maven-plugin</artifactId>
  <version>1.1</version>
</plugin>

Note that the project site has changed to
http://mojo.codehaus.org/keytool

Plugin site is now at
http://mojo.codehaus.org/keytool/keytool-maven-plugin


Release Notes - Maven 2.x Keytool Plugin - Version 1.1

** Bug
    * [MKEYTOOL-10] - On window system, when dname field has a \n or \r
                      (return line in xml), the command failed
    * [MKEYTOOL-11] - License file doesn't match the license present in
                      the source files (MIT License vs. ASL 2.0)

** Improvement
    * [MKEYTOOL-3] - Licensing is messy. Also clean up code according
                     to checkstyle
    * [MKEYTOOL-4] - Add export and import functionality to keytool
    * [MKEYTOOL-12] - Extract a shared api to use the key tool outside
                      of the mojo
    * [MKEYTOOL-13] - Add a skip mojo parameter
    * [MKEYTOOL-14] - Improve project code quality

** New Feature
    * [MKEYTOOL-15] - Change project to multi-module (to introduce a
                      keytool-api module)
    * [MKEYTOOL-16] - Introduce a keytool-api module


Have Fun!
-- 
The Mojo Team

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to