create
Command Reference
Description
Create package archive.
Usage
ctl -t war -o <objectname> -c create [-buildstamp <>] [-filename <>] [-installroot <>] [-script <>] [-upload] -webxml <>
Options
Option | Description | Type | Default |
---|---|---|---|
buildstamp | build identifier | string | |
filename | file to write archive | string | ${entity.package-filename} |
installroot | root where source files reside | string | ${entity.package-install-root} |
script | script to execute | string | ${entity.attribute.package-create-script} |
upload | upload and register package to repo | boolean | |
webxml | The deployment descriptor to use (WEB-INF/web.xml). | string | ${entity.package-webxml} |