I've got an NSIS script for generating an installer for my Java app - I'd like to automate this using Maven.
Rather than using the plugin at Mojo Project, http://mojo.codehaus.org/nsis-maven-plugin/, is it possible to use the bundled plugin http://maven.apache.org/maven-1.x/plugins/nsis/ in Maven 3.x or is this just for Maven 1.x?
I'm aware of how to use the Mojo Project plugin, thanks to this question, Automating NSIS script build using maven2 , I just want to make sure I'm selecting the correct, support plugin for my version of Maven.