We are pleased to announce the Maven JNLP Plugin 1.3 release! http://maven.apache.org/maven-1.x/plugins/jnlp/ =============================================================================== Changes in this version include: New Features: o Added extra property maven.jnlp.cert.version to support certificate renewals. Fixes MPJNLP-7. Fixed bugs: o Updated jarversions support to take SNAPSHOT jars into account. Fixes MPJNLP-6. o Fixes MPJNLP-1. o Add support for jar versions. Fixes MPJNLP-4. Changes: o Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property. =============================================================================== 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.3 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.3.jar Have fun! -The Maven JNLP Plugin development team