submodule task
Description
This task is used to manage orchestration of submodules.
Arguments
| Parameter name | Description | Mandatory |
|---|---|---|
| buildpath | the buildpath to be used to find sub-projects. | one of these |
| buildpathRef | Buildpath to use, by reference | |
| useBuildRepository | Specify if should use build repository or not (default value : false) | |
| overwrite | Specify if publication in build repository should overwrite existing artifacts (default value : true) | |
| target | The target to call on the different sub-builds. Set to "" to execute the default target | |
| verbose | Enable/ disable verbose log messages showing when each sub-build path is entered/ exited (default value : false) | |
| failOnError | Sets whether to fail with a build exception on error, or go on (default value : true) |