d09f6d5ec0
Adding the ability to configure the following checkboxes - * Incremental build - only build changed modules * Disable automatic site documentation artifact archiving * Disable automatic fingerprinting of consumed and produced artifacts * Build modules in parallel * Resolve Dependencies during Pom parsing * Run Headless * Process plugins during pom parsing * Use custom workspace Change-Id: Ie379e8812175a5b2dcb68546520994e9ce04d66a
18 lines
404 B
YAML
18 lines
404 B
YAML
project-type: maven
|
|
maven:
|
|
root-pom: pom.xml
|
|
goals: deploy
|
|
root-module:
|
|
group-id: gabba.gabba
|
|
artifact-id: hey
|
|
settings: test
|
|
global-settings: test
|
|
incremental-build: true
|
|
automatic-archiving: false
|
|
automatic-site-archiving: false
|
|
parallel-build-modules: true
|
|
resolve-dependencies: true
|
|
process-plugins: true
|
|
run-headless: true
|
|
custom-workspace: path/to/some/repository
|