We are pleased to announce the Maven JNLP Plugin 1.4 release! http://maven.apache.org/maven-1.x/plugins/jnlp/ =============================================================================== Changes in this version include: New Features: o Add initial attempt at test project o Added Support for JarDiff. Fixes MPJNLP-8. Thanks to Pelle Braendgaard. o Added maven.jnlp.signjar.storetype property. Fixed bugs: o Initialize correctly jnlp:generate-keystore goal. Fixes MPJNLP-9. o Documented the maven.jnlp.properties and made it work correctly Fixes MPJNLP-12. Thanks to Martin van den Bemt. o Created By is now set to Apache Maven instead of Apache Jakarta Maven Thanks to Martin van den Bemt. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven,http://people.apache.org/repo/m1-snapshot-repository/ -DgroupId=maven -DartifactId=maven-jnlp-plugin -Dversion=1.4 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-jnlp-plugin-1.4.jar Have fun! -The Maven JNLP Plugin development team