We are pleased to announce the Maven NSIS Plugin 1.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: Fixed bugs: o Desktop shortcuts cause a compile error Fixes MPNSIS-7. Thanks to Geoffrey. o Use pom.organization.name instead of pom.organization. o Fix typo in registry uninstall key. o Generate exe in distributions directory. Fixes MPNSIS-2. Thanks to Geoffrey. Changes: o Add PROJECT_URL to constants. Fixes MPNSIS-6. Thanks to Geoffrey. o Rename PROJECT_DIST_DIRconstant to PROJECT_DIST_BIN_DIR, and define PROJECT_DIST_DIRto 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 -Dmaven.repo.remote=http://people.apache.org/repo/m1-snapshot-repository/,http://repo1.maven.org/maven -DgroupId=maven -DartifactId=maven-nsis-plugin -Dversion=1.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-1.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