Description
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.
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 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.
Proposed solution
Solution from the PR: opensearch-project/OpenSearch#3692
Description
The configuration modification for the gradle plugin
opensearch.pluginzipto make sure thegroupIdis added asorg.opensearch.pluginto the publicationpluginZipinside thebuild.gradlefile.Related META issue
Part of: opensearch-project/opensearch-build#2521
From solution: opensearch-project/OpenSearch#3692
Current Behavior
The
opensearch.opensearchpluginuses the default setting forgroupIdasorg.opensearch.plugin, this when extended with open source community, it should be feasible to ammend thegroupIdas per required, hence for opensearch plugins thegroupIdshould be mentioned asorg.opensearch.pluginto make sure the opensearch plugins are published to thisgroupIDand for other generic uses this can be extended to the customgroupId.Expected Behavior
Once the
groupIdis added asorg.opensearch.pluginto the publicationpluginZipinside thebuild.gradlefile, the plugin zips should continue to be published to the existinggroupID.Proposed solution
Solution from the PR: opensearch-project/OpenSearch#3692