Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Configure project name for gradle subproject in plugin/ folder. #660

Closed
prudhvigodithi opened this issue Jun 28, 2022 · 1 comment
Closed
Labels
bug Something isn't working untriaged

Comments

@prudhvigodithi
Copy link
Member

What is the bug?
Add settings.gradle file and configure the project name as opensearch-sql in plugin/ folder.

What is the expected behavior?
To have a project name for gradle project residing inside the plugin/ folder https://github.com/opensearch-project/sql/tree/main/plugin

Do you have any additional context?
Without the project name the plugin zips being published with artifactID as plugin https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/plugin/plugin/, this does not add a proper naming convention and does not represent as sql plugin zip.

@prudhvigodithi prudhvigodithi added bug Something isn't working untriaged labels Jun 28, 2022
@prudhvigodithi
Copy link
Member Author

With recent PR merge #592 to publish the plugin zips to maven , the plugins are being published but with unknown name.
Maven coordinates

<dependency>
  <groupId>org.opensearch.plugin</groupId>
  <artifactId>plugin</artifactId>
  <version>2.1.0.0-SNAPSHOT</version>
  <type>zip</type>
</dependency>

Please consider adding the project name for the gradle project inside the plugin/ folder.
Related issue: #592
@anirudha @joshuali925 @bbarani

andy-k-improving pushed a commit to Bit-Quill/opensearch-project-sql that referenced this issue Nov 16, 2024
Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

2 participants