-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Publish Artifacts to Maven Central #581
Comments
Depends on opensearch-project/opensearch-build#20 |
And please update the build.gradle files (#939) to include maven central and opensearch.org repo properly |
This will be very helpful. I'd also like to request that the team include internal libraries. In particular, |
@mch2 could you please confirm if this issue has been addressed already? If yes, please close this issue. Thanks |
I can confirm, these artifacts are now published. Closing. |
…pensearch-project#581) * Bump org.eclipse.parsson:parsson from 1.1.2 to 1.1.3 in /java-client Bumps [org.eclipse.parsson:parsson](https://github.com/eclipse-ee4j/parsson) from 1.1.2 to 1.1.3. - [Release notes](https://github.com/eclipse-ee4j/parsson/releases) - [Commits](eclipse-ee4j/parsson@1.1.2...1.1.3) --- updated-dependencies: - dependency-name: org.eclipse.parsson:parsson dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update changelog Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
Is your feature request related to a problem? Please describe.
Publish -SHAPSHOT artifacts to Maven central so that plugin developers can be using them.
Describe the solution you'd like
A way for plugin developers to take a dependency on a -SHAPSHOT. Currently requires building OpenSearch and all dependencies, and publishing to local maven. See opensearch-project/opensearch-plugins#1 for details.
Describe alternatives you've considered
opensearch-project/anomaly-detection#13 builds dependencies locally via
./gradlew publishToMavenLocal
and consumes that local output.The text was updated successfully, but these errors were encountered: