dff7df4ef0
Change-Id: Ie4af949ad686f007d3091d947ef65c670262f8d4
19 lines
431 B
YAML
19 lines
431 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
|
|
disable-downstream: true
|
|
custom-workspace: path/to/some/repository
|