runBuildScript
Command Reference
Description
runs the build script
Execute the maven pom (such as pom.xml) with defined parameters
Usage
ctl -t MavenBuilder -o <objectname> -c runBuildScript [-basedir <>] [-buildstamp <>] [-javahome <>] [-mavenhome <>] [-mavenopts <>] -packageBuildtimePattern <> [-path <>] [-target <>]
Options
| Option | Description | Type | Default |
|---|---|---|---|
| basedir | directory where build resources reside | string | |
| buildstamp |
build identifier
defaults to the buildstamp attribute which can be dynamically determined at build time if not provided and not required |
string | ${entity.attribute.buildstamp} |
| javahome | Java installation to use for build | string | |
| mavenhome | Maven installation to use for build | string | ${entity.attribute.mavenHome} |
| mavenopts | Maven options to use for build | string | ${entity.attribute.mavenOpts} |
| packageBuildtimePattern | Build Time date format | string | ${entity.attribute.packageBuildtimePattern} |
| path | System path to use for build | string | |
| target | build target to evaluate | string |


