Closed
Description
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.