I\'m looking for a free cross-platform installer generator that is fully Java-driven (meaning workflow and plugins are written in Java). Ideally the installer should downloa
Update: For cross-platform builds there is an IzPack plugin for Maven.
If you're using Maven 1 or 2 for your builds, there is the NSIS plugin (for Windows only).
Both wrap the NSIS command line installer script compiler to generate a windows installer exe from a setup.nsi script.