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.
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.