The installable configuration element
Name | Type | Default | Description |
---|---|---|---|
id | string | A unique configuration ID. | |
name | string | default | The name of the installable archive file, for example, wlp.8555.zip. |
type | string | The installable type. Valid values are wlp, jre, or other. This attribute overrides the type prefix of the installable name. | |
expand | string | Specifies whether to expand the installable during deployment. Valid values are yes, no, or auto. Overrides the default behavior determined by the installable file type. A no value disables unzip for installable zip files.The default value is auto, which determines whether to expand or not expand based on the installable file type. For example, auto selects to expand the zip file type. | |
sourceDir | string | Absolute path to the installable archive file. The default value is the path: ${WLP_STACK_GROUPS_DIR}/stack_name/installables | |
installDir | string | Absolute path to the installable target directory. |