create
Command Reference
Description
Create ear package.
static: This command can be run outside of an object context.
Usage
ctl -m ear -c create [-appxml <>] [-buildstamp <>] [-filename <>] [-installroot <>] [-script <>] [-upload]
Options
| Option | Description | Type | Default |
|---|---|---|---|
| appxml | The deployment descriptor to use (META-INF/application.xml). | string | ${entity.appxml} |
| buildstamp | build identifier | string | |
| filename | the EAR file to create | string | ${entity.package-filename} |
| installroot | the directory from which to jar the files. | string | ${entity.package-install-root} |
| script | script to execute | string | ${entity.attribute.package-create-script} |
| upload | upload and register package to repo | boolean |


