The NSIS Maven Plugin, utilizes the NSIS command line installer script compiler to generate a windows installer exe from a setup.nsi script.
Features of nsis-maven-plugin
Example flow / usage of the nsis-maven-plugin goals.
Project POM<project> <modelVersion>4.0.0</modelVersion> <groupId>com.company.product</groupId> <artifactId>my-installer</artifactId> <version>1.1</version> <packaging>pom</packaging> ... </project> |
||
![]() |
||
Plugin Goalnsis:generate-project |
||
![]() |
||
Generated File/target/project.nsh |
||
![]() |
||
User Created File/setup.nsi |
![]() |
Plugin Goalnsis:compile |
![]() |
||
Compile Output/target/my-installer-1.1.exe |