From d88f1df9fbd50cfe83c43e6bf5b6bfb92d443701 Mon Sep 17 00:00:00 2001 From: prudhvigodithi Date: Thu, 13 Oct 2022 12:19:16 -0700 Subject: [PATCH] add group = org.opensearch.plugin Signed-off-by: prudhvigodithi --- notifications/notifications/build.gradle | 1 + notifications/settings.gradle | 1 + 2 files changed, 2 insertions(+) diff --git a/notifications/notifications/build.gradle b/notifications/notifications/build.gradle index 8d851294..d5934a22 100644 --- a/notifications/notifications/build.gradle +++ b/notifications/notifications/build.gradle @@ -41,6 +41,7 @@ publishing { pom { name = "opensearch-notifications" description = "OpenSearch Notifications Plugin" + groupId = "org.opensearch.plugin" licenses { license { name = "The Apache License, Version 2.0" diff --git a/notifications/settings.gradle b/notifications/settings.gradle index 17617496..4ea9c4bc 100644 --- a/notifications/settings.gradle +++ b/notifications/settings.gradle @@ -10,3 +10,4 @@ include ":core-spi" project(":core").name = rootProject.name + "-core" project(":core-spi").name = rootProject.name + "-core" + "-spi" +startParameter.excludedTaskNames=["publishPluginZipPublicationToMavenLocal"] \ No newline at end of file