From 8895befe511788ea1d7a3c3d51e0389e48d25cc3 Mon Sep 17 00:00:00 2001 From: Tim Vernum Date: Mon, 18 Feb 2019 20:07:22 +1100 Subject: [PATCH] Generate mvn pom for ssl-config library (#39026) 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 8d5b1d18b8c..0b8eac5486c 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}"