Merge "Add support for publishing to Maven Central"
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 14 Feb 2019 23:38:23 +0000 (23:38 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 14 Feb 2019 23:38:23 +0000 (23:38 +0000)
jjb/autorelease/autorelease-templates.yaml

index f878828d03b7e6190b25c39a2a46fe8316cd6187..b711e993b6944bd792a69abf3a8179527c941bc8 100644 (file)
@@ -67,6 +67,8 @@
     mvn-version: mvn35
     extra-mvn-opts: ''
     sign-artifacts: false
+    mvn-central: false
+    ossrh-profile-id: 6386ebbbf3a563
     disable-job: 'false'
 
     #####################
           sign-artifacts: '{sign-artifacts}'
           sign-dir: '$WORKSPACE/m2repo'
       - lf-maven-stage
+      - lf-maven-central:
+          mvn-central: '{mvn-central}'
+          ossrh-profile-id: '{ossrh-profile-id}'
       - autorelease-get-integration-test-variables
       - autorelease-maven-sources:
           opendaylight-infra-mvn-opts: '{opendaylight-infra-mvn-opts}'