Fix autorelease settings-type for Maven 42/40042/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 8 Jun 2016 14:37:08 +0000 (10:37 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 8 Jun 2016 14:37:08 +0000 (10:37 -0400)
Change-Id: I6541414902914a01e12a6a6f15c8dc9cfaa4418a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/autorelease/autorelease-macros.yaml
jjb/autorelease/autorelease-templates.yaml

index da183a1012c587ce40fb9432f76e7e754596f494..8f7793eea205b4d5f6735901b0a421bd0441f7bf 100644 (file)
             java-opts:
                 - '-Xmx4096m -XX:MaxPermSize=1024m'
             settings: '{settings}'
+            settings-type: cfp
             global-settings: '{global-settings}'
+            global-settings-type: cfp
 
 - builder:
     name: autorelease-maven-sources-post-process
index a77a1fbbb4933bbe72a1b49efa6df1762d48ffbf..a901f463487f4bdcca7bc0528c33793c98e3b6a1 100644 (file)
@@ -56,7 +56,9 @@
         goals: 'clean deploy -Pintegrationtests,docs,repoBuild -Djenkins -Dcheckstyle.skip=true -Dmaven.repo.local=/tmp/r -Dorg.ops4j.pax.url.mvn.localRepository=/tmp/r -DaltDeploymentRepository=staging::default::file:hide/from/pom/files/stage'
         maven-opts: '-Xmx10g -XX:MaxPermSize=1024m -Dmaven.compile.fork=true'
         settings: '{autorelease-settings}'
+        settings-type: cfp
         global-settings: '{odl-global-settings}'
+        global-settings-type: cfp
         automatic-archiving: true
         post-step-run-condition: UNSTABLE
 
         goals: 'site:site site:deploy -Dstream={stream}'
         maven-opts: '-Xmx1024m'
         settings: '{autorelease-settings}'
+        settings-type: cfp
         global-settings: '{odl-global-settings}'
+        global-settings-type: cfp
 
     publishers:
     - email-notification:
         goals: 'site:site -Dstream={stream}'
         maven-opts: '-Xmx1024m'
         settings: '{autorelease-settings}'
+        settings-type: cfp
         global-settings: '{odl-global-settings}'
+        global-settings-type: cfp
 
     publishers:
         - email-notification: