Closed prudhvigodithi closed 2 years ago
Hey @lukas-vlcek when you get a chance can you please update the document with the latest changes from your PR? Thank you @dblock @bbarani @reta
@prudhvigodithi Please see https://github.com/opensearch-project/opensearch-plugins/pull/175
Thanks @lukas-vlcek closing this issue and related PR is merged https://github.com/opensearch-project/opensearch-plugins/pull/175.
Description
Update the document BUILDING.md The configuration modification for the gradle plugin
opensearch.opensearchplugin
to make sure thegroupId
is added asorg.opensearch.plugin
to the publicationpluginZip
inside thebuild.gradle
file.Related META issue
Part of: https://github.com/opensearch-project/opensearch-build/issues/2521 From solution: https://github.com/opensearch-project/OpenSearch/issues/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: https://github.com/opensearch-project/OpenSearch/issues/3692