diff --git a/nsis/project.xml b/nsis/project.xml index 78ed63c0..bcf817a5 100644 --- a/nsis/project.xml +++ b/nsis/project.xml @@ -23,7 +23,7 @@ 3 Maven NSIS Plugin maven-nsis-plugin - 2.1-SNAPSHOT + 2.1 A plugin to generate Win32 installer programs using NSIS NSIS Plugin for Maven @@ -42,6 +42,11 @@ 2.0 MAVEN_NSIS_2_0 + + 2.1 + 2.1 + MAVEN_NSIS_2_1 + diff --git a/nsis/xdocs/changes.xml b/nsis/xdocs/changes.xml index 71fcefbf..7fa1485c 100644 --- a/nsis/xdocs/changes.xml +++ b/nsis/xdocs/changes.xml @@ -18,47 +18,47 @@ * limitations under the License. */ --> - - - NSIS plugin changes - Brett Porter - - - - Add directories ${maven.nsis.src}, ${maven.build.dir}, and ${plugin.resources} to search NSIS plugins. - Add a new template using MODERN_UI macros for a better Look and Feel. - The script "remove-shortcuts.nsh" can be used to remove shortcuts created in "startmenu-shortcuts.nsh" and "desktop-shortcuts.nsh". - Set compress options (force/lzma). - NSIS plugin does not support silent uninstall. Remove the final dialog box. - - - Use maven.nsis.build.dir instead of maven.dist.assembly.dir. - Fail when makensis fails. + + + NSIS plugin changes + Brett Porter + + + + Add directories ${maven.nsis.src}, ${maven.build.dir}, and ${plugin.resources} to search NSIS plugins. + Add a new template using MODERN_UI macros for a better Look and Feel. + The script "remove-shortcuts.nsh" can be used to remove shortcuts created in "startmenu-shortcuts.nsh" and "desktop-shortcuts.nsh". + Set compress options (force/lzma). + NSIS plugin does not support silent uninstall. Remove the final dialog box. + + + Use maven.nsis.build.dir instead of maven.dist.assembly.dir. + Fail when makensis fails. Rename ORGANIZATIONconstant to PROJECT_ORGANIZATION. - - Check maven.nsis.exe exists before using it. - Add faq - Add back license to project.xml after the scm plugin removed it. - - - Desktop shortcuts cause a compile error - Use pom.organization.name instead of pom.organization. - Add PROJECT_URL to constants. - Fix typo in registry uninstall key. - Generate exe in distributions directory. + + Check maven.nsis.exe exists before using it. + Add faq + Add back license to project.xml after the scm plugin removed it. + + + Desktop shortcuts cause a compile error + Use pom.organization.name instead of pom.organization. + Add PROJECT_URL to constants. + Fix typo in registry uninstall key. + Generate exe in distributions directory. Rename PROJECT_DIST_DIRconstant to PROJECT_DIST_BIN_DIR, and define PROJECT_DIST_DIRto be - ${maven.dist.dir} - - Add docs on how the plugin process works - Add some basic documentation - - - Initial release. - - + ${maven.dist.dir} + + Add docs on how the plugin process works + Add some basic documentation + + + Initial release. + +