I've noticed [1], indicating that a plugin that supports use of NSIS with Maven 2.
It appears from the example [2] that the associated maven project packaging is 'pom' and implies that the installer payload be present within the project itself. I'm interested in building a substantially more complicated NSIS installer. In fact, I have already one, but it's built without the aid of a maven plugin, and I'm now considering how useful this new plugin might be. I have multiple war file artifacts that are distributed via the NSIS installer. All are built via separate maven projects and deployed to an internal remote repository. It isn't clear how, with this plugin, the installer project would 'pull these artifacts in' for inclusion in the installer payload. Has anyone yet attempted to use this plugin in a non-trivial way? Thanks. Brad [1] http://mojo.codehaus.org/nsis-maven-plugin/index.html [2] http://mojo.codehaus.org/nsis-maven-plugin/examples/sample-nsis-project. html
