opensearch.opensearchplugin add groupID field to org.opensearch.plugin #790
Labels
infrastructure
Changes to infrastructure, testing, CI/CD, pipelines, etc.
v2.4.0
'Issues and PRs related to version v2.4.0'
Description
The configuration modification for the gradle plugin
opensearch.pluginzip
to make sure thegroupId
is added asorg.opensearch.plugin
to the publicationpluginZip
inside thebuild.gradle
file.Related META issue
Part of: opensearch-project/opensearch-build#2521
From solution: opensearch-project/OpenSearch#3692
Current Behavior
The
opensearch.opensearchplugin
uses the default setting forgroupId
asorg.opensearch.plugin
, this when extended with open source community, it should be feasible to ammend thegroupId
as per required, hence for opensearch plugins thegroupId
should be mentioned asorg.opensearch.plugin
to make sure the opensearch plugins are published to thisgroupID
and for other generic uses this can be extended to the customgroupId
.Expected Behavior
Once the
groupId
is added asorg.opensearch.plugin
to the publicationpluginZip
inside thebuild.gradle
file, the plugin zips should continue to be published to the existinggroupID
.Proposed solution
Solution from the PR: opensearch-project/OpenSearch#3692
The text was updated successfully, but these errors were encountered: