summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-java.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/global-templates-java.yaml')
-rw-r--r--jjb/global-templates-java.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/jjb/global-templates-java.yaml b/jjb/global-templates-java.yaml
index 1d8b9a9b9..a239d0c23 100644
--- a/jjb/global-templates-java.yaml
+++ b/jjb/global-templates-java.yaml
@@ -122,8 +122,8 @@
- job-template:
# Job template for Java daily release jobs
#
- # The purpose of this job template is to run "maven version && maven clean deploy" for
- # projects using this template.
+ # The purpose of this job template is to run "maven version && maven clean
+ # deploy" for projects using this template.
#
# Required Variables:
# branch: git branch (eg. stable/lithium or master)
@@ -176,7 +176,8 @@
- maven-target:
maven-version: 'mvn33'
goals: 'clean deploy'
- properties: '{maven-deploy-properties}'
+ properties:
+ - '{maven-deploy-properties}'
settings: '{mvn-settings}'
settings-type: cfp
global-settings: 'global-settings'