We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
plugin/
What is the bug? Add settings.gradle file and configure the project name as opensearch-sql in plugin/ folder.
settings.gradle
opensearch-sql
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.
artifactID
plugin
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Add 2.15.0 release notes (opensearch-project#660)
8b5b57a
Signed-off-by: Vijayan Balasubramanian <balasvij@amazon.com>
No branches or pull requests
What is the bug?
Add
settings.gradle
file and configure the project name asopensearch-sql
inplugin/
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/pluginDo you have any additional context?
Without the project name the plugin zips being published with
artifactID
asplugin
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.The text was updated successfully, but these errors were encountered: