DPML
DPML Depot - Builder Command Line
HomeUtilitiesStationMetro
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
listList selected projects.
consumersModifies the selection to be consumers of the selected project.
selectOverride default context selection to build one or more projects.
verboseEnable verbose build mode.
pluginOverride the default build plugin.
versionDeclare a build version.
DSet one or more system properties.
target, ...Invoke a build with one or more target.
-helpList 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.