We are pleased to announce the Maven NSIS Plugin 2.1 release! http://maven.apache.org/maven-1.x/plugins/nsis/ A plugin to generate Win32 installer programs using NSIS =============================================================================== Changes in this version include: New Features: o Add a new template using MODERN_UI macros for a better Look and Feel. Fixes MPNSIS-15. o The script "remove-shortcuts.nsh" can be used to remove shortcuts created in "startmenu-shortcuts.nsh" and "desktop-shortcuts.nsh". Fixes MPNSIS-13. Changes: o Add directories ${maven.nsis.src}, ${maven.build.dir}, and ${plugin.resources} to search NSIS plugins. o Set compress options (force/lzma). o NSIS plugin does not support silent uninstall. Remove the final dialog box. Fixes MPNSIS-12. =============================================================================== To automatically install the plugin, type the following on a single line: maven plugin:download -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-nsis-plugin -Dversion=2.1 For a manual installation, you can download the plugin here: http://www.apache.org/dyn/closer.cgi/java-repository/maven/plugins/maven-nsis-plugin-2.1.jar =============================================================================== Issues, bugs, and feature requests for Maven NSIS Plugin should be submitted to the following issue tracking system: http://jira.codehaus.org/browse/MPNSIS Have fun! -The Maven NSIS Plugin development team