Builder Command Line
Description
The Depot build management tool provides support for listing of indexcontent, listing information about specific projects, and the execution of single or multi-project builds. Build execution is delegated to a build plugin which may be customized at the level of the build management system, individual project or modules.
Commandline
$ build [-list <pattern> -consumers | -select <pattern> -consumers -verbose -plugin <artifact> -version <version> -D<property>=<value> <target1> [<target2> ...] | -help]
Options
list | List selected projects. |
consumers | Modifies the selection to be consumers of the selected project. |
select | Override default context selection to build one or more projects. |
verbose | Enable verbose build mode. |
plugin | Override the default build plugin. |
version | Declare a build version. |
D | Set one or more system properties. |
target, ... | Invoke a build with one or more target. |
-help | List command help to console. |
Example
$ build -help
Usage: build [-list <pattern> -consumers | -select <pattern> -consumers -verbose -plugin <artifact> -version <version> -D<property>=<value> <target1> [<target2> ...] | -help] options -list -consumers -list (-l) <pattern> List selected project(s). -consumers (-c) Consumer switch. -select -consumers -verbose -plugin -version -select (-s) <pattern> Build selected project(s). -consumers (-c) Consumer switch. -verbose (-v) Enable verbose mode. -plugin <artifact> Default builder plugin uri. -version <version> Build output artifact version. -D<property>=<value> Set property values. <target> [<target> ...] -help (-h) List command help.