Bonsoir,

The Mojo team is pleased to announce the release of the Webstart
Maven Plugin version 1.0-beta-6

The Webstart Maven Plugin generates application bundles that can be
deployed via Web Start. The plugin can be used to prepare standalone
Web Start applications or Web Start applications bundled in WAR files
(with or without Sun's Download Servlet). It handles the generation of
JNLP files and optional version.xml files, using Velocity templates. It
also handles the selection and preparation of the dependencies,
performing signing, unsigning and Pack200 compression when required.

Important changes in this new version:

The mojo POM configuration lay have changed, 
please read the following page about it:

http://mojo.codehaus.org/webstart/webstart-maven-plugin/upgrade.html 

To get this update, simply specify the version in your project's
plugin configuration:

<plugin>
  <groupId>org.codehaus.mojo</groupId>
  <artifactId>webstart-maven-plugin</artifactId>
  <version>1.0-beta-6</version>
</plugin>

Some links:

Documentation: http://mojo.codehaus.org/webstart/webstart-maven-plugin
JIRA: http://jira.codehaus.org/browse/MWEBSTART
svn:  https://svn.codehaus.org/mojo/tags/webstart-1.0-beta-6

Release Notes - Mojo's Webstart Maven Plugin - Version 1.0-beta-6

** Bug
    * [MWEBSTART-131] - Webstart plugin, with no main class
    * [MWEBSTART-143] - An error occurred attempting to copy a file to the JNLP 
output directory.
    * [MWEBSTART-203] - Problem copying dependent jar files
    * [MWEBSTART-244] - Using outputJarVersions does not works with extensions
    * [MWEBSTART-245] - filenameMapping is by default full, but file are still 
using the simple mode

** Improvement
    * [MWEBSTART-88] - HttpJarSignClient - New goal "httpsign" which will sign 
jar files by submitting them to a signing service via HTTP Post
    * [MWEBSTART-126] - The plugin should be silent

** New Feature
    * [MWEBSTART-11] - Support generation of JNLP components


Have Fun!
--
The Mojo team.

tony.

-- 
Tony Chemit
--------------------
tél: +33 (0) 2 40 50 29 28
http://www.codelutin.com
email: che...@codelutin.com
twitter: https://twitter.com/tchemit

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

    http://xircles.codehaus.org/manage_email


Reply via email to