Using a connected Maven NSIS Plug-in with maven 3.x

I have an NSIS script to create an installer for my Java application - I would like to automate this using Maven.

Instead of using the plugin in the Mojo project http://mojo.codehaus.org/nsis-maven-plugin/, you can use the plug-in http://maven.apache.org/maven-1.x/plugins/nsis/ plugin in Maven 3. x or is it just for Maven 1.x?

I know how to use the Mojo Project plugin, thanks to this question Automation NSIS script using maven2 , I just want to make sure I choose the right support plugin for my version of Maven.

+5
source share

All Articles