It would be nice to be able to specify a custom name for the installer jar instead of having to use to generated name. This would be extremely useful if the generated artifact could also not be attached to the install phase. This way you could build unattached artifacts, much like you can with the assembly plugin.
Since the parameter "installFile" already exists in the plugin, i simply had to add an "attach" parameter. See the patch included.
Revision: 2300
Author: dantran
Date: 7:16:01 PM, Monday, August 18, 2008
Message:
IZPACK-145: add ability to disable the attaching of the artifact in maven pluginModified : /izpack-maven/trunk/izpack-maven-plugin/src/main/java/org/izpack/mojo/IzPackMojo.java