This module provides izpack integration feature.
<ea:plugin organisation="org.apache.easyant.plugins" module="izpack" revision="0.1"/>
Organisation attribute is optional. If not specified default one will be used.
<ea:plugin module="izpack" revision="0.1"/>
target name | description | extension point | depends |
---|---|---|---|
izpack:init | |||
izpack:install | generates izpack bundle | izpack:init |
property | description | required | default value |
---|---|---|---|
izpack.input | the XML installation file | false | ${basedir}/src/main/izpack/install.xml |
izpack.basedir | the base directory to resolve the relative paths | false | ${basedir}/src/main/izpack |
target.artifacts | destination directory for target artifacts | false | ${target}/artifacts |
izpack.installer.type | optional. standard or web. If web, the 'webdir' attribute must be specified in the input file. Used to force creation of a standard installer when the 'webdir' attribute has been used. | false | standard |
izpack.homedir | the IzPack home directory | false | ${user.home}/.izpack |
izpack.output | the output jar installer file | false | ${target.artifacts}/${ivy.module}-install.jar |
name | description | extends | visibility | deprecated |
---|---|---|---|---|
default | runtime dependencies artifact can be used with this conf | [] | public | |
test | this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases. | [] | private | |
provided | this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive. | [] | public |
Organisation | Module | Revision |
---|---|---|
org.codehaus.izpack | izpack-ant | 5.0.0-beta11 |
org.codehaus.izpack | izpack-compiler | 5.0.0-beta11 |
org.codehaus.izpack | izpack-uninstaller | 5.0.0-beta11 |
org.codehaus.izpack | izpack-installer | 5.0.0-beta11 |