From 332b843301fe4fc8d5056f6ad46676c2011735bf Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Wed, 31 Oct 2018 18:57:30 +0300 Subject: [PATCH] kotlin-bom: Add distributionManagement and signing profile Since kotlin-bom intentionally has no parent these settings have to be duplicated same as in the root kotlin-project pom. #KT-18398 --- libraries/tools/kotlin-bom/pom.xml | 38 ++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/libraries/tools/kotlin-bom/pom.xml b/libraries/tools/kotlin-bom/pom.xml index aa4de28aa0c..10fa898466e 100644 --- a/libraries/tools/kotlin-bom/pom.xml +++ b/libraries/tools/kotlin-bom/pom.xml @@ -173,4 +173,42 @@ + + + ${deploy-repo} + ${deploy-url} + + + sonatype-nexus-staging + https://oss.sonatype.org/content/repositories/snapshots/ + + + + + + sign-artifacts + + + + maven-gpg-plugin + 1.4 + + ${kotlin.key.passphrase} + ${kotlin.key.name} + ../../.gnupg + + + + sign-artifacts + verify + + sign + + + + + + + + \ No newline at end of file