The Mojo team is pleased to announce the release of the Webstart Maven Plugin, version 1.0-beta-1.
The Webstart Maven Plugin generates application bundles that can be deployed via Web Start. http://mojo.codehaus.org/webstart/webstart-maven-plugin/ You should specify the version in your project's plugin configuration in the <build> section of the POM: <plugin> <groupId>org.codehaus.mojo.webstart</groupId> <artifactId>webstart-maven-plugin</artifactId> <version>1.0-beta-1</version> </plugin> Release Notes - Maven 2.x Webstart Plugin - Version 1.0-beta-1 ** Bug * [MWEBSTART-107] - unsignAlreadySignedJars doesn't remove the signature * [MWEBSTART-109] - Wrong plugin version downloaded when defining org.codehaus.mojo.webstart:webstart-maven-plugin * [MWEBSTART-111] - Integration Test failure due to jnlp-servlet version number * [MWEBSTART-114] - Plugin prefix `webstart` resolves to alpha1, but should have been alpha2 * [MWEBSTART-115] - webstart:jnlp zip file not installed or uploaded * [MWEBSTART-120] - jnlp-download-servlet goal creates incorrect jar entries in jnlp file for jarResources marked with outputJarVersion=false * [MWEBSTART-124] - Encoding of generated jnlp file(s) always is the system file encoding * [MWEBSTART-146] - libPath doesn't work with jnlp-download-servlet * [MWEBSTART-147] - The generated JNLP file can contain unresolved references to POM elements ** New Feature * [MWEBSTART-125] - option to enable one of the workarounds for bug 5078608 ** Task * [MWEBSTART-119] - Delete old site -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
