The maven team is pleased to announce the Maven NSIS Plug-in 1.1-SNAPSHOT release! http://maven.apache.org/reference/plugins/nsis/ A plugin to generate Win32 installer programs using NSIS Changes in this version include: Fixed bugs: o Fix typo in registry uninstall key. o Generate exe in distributions directory. Issue: MPNSIS-2. Thanks to Geoffrey. Changes: o Rename PROJECT_DIST_DIR constant to PROJECT_DIST_BIN_DIR, and define PROJECT_DIST_DIR to be ${maven.dist.dir> o Add docs on how the plugin process works o Add some basic documentation To automatically install the plugin, type the following on a single line: maven plugin:download -DgroupId=maven -DartifactId=maven-nsis-plugin -Dversion=1.1-SNAPSHOT For a manual installation, you can download the plugin here: http://public.planetmirror.com/pub/maven,http://www.ibiblio.org/maven/maven/plugins/maven-nsis-plugin-1.1-SNAPSHOT.jar Have fun! -The maven team