From 86c7e4086b605ef836ff80f91702d95ead96d4a2 Mon Sep 17 00:00:00 2001 From: Tim Vernum Date: Mon, 18 Feb 2019 17:48:12 +1100 Subject: [PATCH] Generate mvn pom for ssl-config library This is used by the reindex-client library which is published to maven Relates: #37287, #37527 Backport of: #39019 --- libs/ssl-config/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libs/ssl-config/build.gradle b/libs/ssl-config/build.gradle index 8d5b1d18b8c04..0b8eac5486ccb 100644 --- a/libs/ssl-config/build.gradle +++ b/libs/ssl-config/build.gradle @@ -17,6 +17,9 @@ * under the License. */ +apply plugin: 'nebula.maven-base-publish' +apply plugin: 'nebula.maven-scm' + dependencies { compile "org.elasticsearch:elasticsearch-core:${version}"