|
2 | 2 | # OpenSearch SDK Developer Guide
|
3 | 3 | - [Introduction](#introduction)
|
4 | 4 | - [Getting Started](#getting-started)
|
5 |
| - - [Git Clone OpenSearch-SDK Repo](#git-clone-OpenSearch-SDK-repo) |
6 |
| - - [Git Clone OpenSearch Repo](#git-clone-opensearch-repo) |
7 |
| - - [Publish OpenSearch Feature/Extensions branch to Maven local](#publish-opensearch-feature/extensions-branch-to-maven-local) |
8 |
| - - [Run OpenSearch-SDK](#run-opensearch-sdk) |
9 |
| - - [Create extensions.yml file](#create_extensions_file) |
| 5 | + - [Git Clone OpenSearch-SDK Repo](#git-clone-OpenSearch-SDK-repo) |
| 6 | + - [Git Clone OpenSearch Repo](#git-clone-opensearch-repo) |
| 7 | + - [Publish OpenSearch Feature/Extensions branch to Maven local](#publish-opensearch-featureextensions-branch-to-maven-local) |
| 8 | + - [Run OpenSearch-SDK](#run-opensearch-sdk) |
| 9 | + - [Create extensions.yml file](#create-extensionsyml-file) |
10 | 10 | - [Run OpenSearch](#run-opensearch)
|
11 |
| - - [Run Tests](#run-tests) |
| 11 | + - [Publish OpenSearch-SDK to Maven Local](#publish-openSearch-sdk-to-maven-local) |
| 12 | + - [Run Tests](#run-tests) |
12 | 13 | - [Submitting Changes](#submitting-changes)
|
13 | 14 |
|
14 | 15 | ## Introduction
|
@@ -54,7 +55,11 @@ Bound addresses will then be logged to the terminal :
|
54 | 55 | [main] INFO transportservice.TransportService - profile [test]: publish_address {127.0.0.1:5555}, bound_addresses {[::1]:5555}, {127.0.0.1:5555}
|
55 | 56 | ```
|
56 | 57 |
|
57 |
| - |
| 58 | +## Publish OpenSearch-SDK to Maven local |
| 59 | +Until we publish this repo to maven central. Publishing to maven local is the way to import the artifacts |
| 60 | +``` |
| 61 | +./gradlew publishToMavenLocal |
| 62 | +``` |
58 | 63 |
|
59 | 64 | ## Create extensions.yml file
|
60 | 65 |
|
|
0 commit comments