We are pleased to announce the Maven JNLP Plugin 1.2 release! http://maven.apache.org/maven-1.x/plugins/jnlp/ =============================================================================== Changes in this version include: Fixed bugs: o Fixes for MAVEN-518. Artifact processing in the plugin was slightly changed and now it supports jar overriding mechanism Fixes MAVEN-518. o Fix Maven-343. Support large jar files. Fixes MAVEN-343. Thanks to James Macgill. o Fix generated jnlp file. We use now argument tag instead of sysproperty tag. =============================================================================== 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.2 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.2.jar Have fun! -The Maven JNLP Plugin development team