NSIS plugin changes Brett Porter Use maven.nsis.build.dir instead of maven.dist.assembly.dir. Fail when makensis fails. Rename ORGANIZATION constant 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.