Using the bundled Maven NSIS Plug-in with maven 3.x
Asked Answered
G

0

6

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.

Gazebo answered 24/7, 2012 at 18:24 Comment(2)
Hi. Did you found the plugin for maven 3.x? Or you're using the one from 1.x?Lalia
I stuck with mvnrepository.com/artifact/org.codehaus.mojo/nsis-maven-plugin/…Gazebo

© 2022 - 2024 — McMap. All rights reserved.