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 2011/09/19 10:24:36 UTC

[ANN] webstart-maven-plugin-1.0-beta-2 Released

Hi,

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

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.

Some links :

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

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

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

Some configuration may have changed since 1.0-beta-1, especially
concerning the codebase of generated jnlp components files (and the
report).

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

Release Notes - Maven 2.x Webstart Plugin - Version 1.0-beta-2

** Bug
    * [MWEBSTART-134] - jnlp resources are in libPath
    * [MWEBSTART-138] - The number of signed artifacts differ from the
                        number of modified artifacts
    * [MWEBSTART-148] - Fix dependency resolution/handling
    * [MWEBSTART-151] - offlineAllowed and allPermissions don't have
                        any effect
    * [MWEBSTART-154] - Some links are broken on the site of beta-1
    * [MWEBSTART-155] - it002 and it003 are broken
    * [MWEBSTART-159] - JARs are not Pack200-compressed if libPath is set 
    * [MWEBSTART-160] - Maven 3.0 Compatibility Issue
    * [MWEBSTART-161] - Transitive dependencies specified in profile
                        don't get  included
    * [MWEBSTART-163] - Webstart zip contains Maven jars that are not
      required for the webstart app

** Improvement
    * [MWEBSTART-158] - Customize code base
    * [MWEBSTART-168] - Make mojo and reports unified
    * [MWEBSTART-171] - Improve pack200 integration

** New Feature
    * [MWEBSTART-14] - support component extension mecanism for
                       already signed jars
    * [MWEBSTART-156] - Generate extension files
    * [MWEBSTART-157] - Add makeArchive and attachArchive parameter to
                        mojo
    * [MWEBSTART-169] - Add french report translations
    * [MWEBSTART-170] - Add a canSign parameter to authorize or forbbid
                        unsigning of  already signed jar

** Task
    * [MWEBSTART-99] - Add an integration test for the report mojo

Enjoy,

The Mojo team.
 
Tony Chemit

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