This plugin is used to generate Win32 installer programs using NSIS.
| Document | Description |
|---|---|
| How it works | This describes the process of using this plugin to create an installation program. |
| Properties | The behavior of this plugin can be altered via several properties. This document describes each property available, and the default used. |
| Goals | This plugin provides goals to help in building the installer. This document describes each goal available. |
| Customizing the installer | This describes the ways you can customize the generated installer, e.g. creating shortcuts, add environment variables etc. |
The plugin creates an installation program from your distribution,
as created by maven dist. The dist goal must be
run before using the plugin.
Once you've run dist, run the nsis goal. This
produces an executable in ${maven.build.dir}/${maven.final.name}.exe