You have to specific the plugin dependency in the pom.xml if u want to use the installer task of AntInstaller in Maven.
Continue reading Maven – Using AntInstaller in Maven
Tag Archives: AntInstaller
AntInstaller – Build a Self-Extract Installer
AntInstaller is a useful tools for building a self-extract installer which is able to collect user input and run specific Ant targets from a build.xml file.
Continue reading AntInstaller – Build a Self-Extract Installer