You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration modification for the gradle plugin opensearch.pluginzip to make sure the groupId is added as org.opensearch.plugin to the publication pluginZip inside the build.gradle file.
The opensearch.opensearchplugin uses the default setting for groupId as org.opensearch.plugin, this when extended with open source community, it should be feasible to ammend the groupId as per required, hence for opensearch plugins the groupId should be mentioned as org.opensearch.plugin to make sure the opensearch plugins are published to this groupID and for other generic uses this can be extended to the custom groupId.
Expected Behavior
Once the groupId is added as org.opensearch.plugin to the publication pluginZip inside the build.gradle file, the plugin zips should continue to be published to the existing groupID.
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: