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

Fix plugin publication name #26

Merged
merged 1 commit into from
Sep 8, 2023

Conversation

reta
Copy link
Collaborator

@reta reta commented Sep 8, 2023

Description

Fix plugin publication name

$ tree ~/.m2/repository/org/opensearch/plugin/opensearch-custom-codecs/

├── 3.0.0.0-SNAPSHOT
│   ├── maven-metadata-local.xml
│   ├── opensearch-custom-codecs-3.0.0.0-SNAPSHOT.jar
│   ├── opensearch-custom-codecs-3.0.0.0-SNAPSHOT-javadoc.jar
│   ├── opensearch-custom-codecs-3.0.0.0-SNAPSHOT.module
│   ├── opensearch-custom-codecs-3.0.0.0-SNAPSHOT.pom
│   ├── opensearch-custom-codecs-3.0.0.0-SNAPSHOT-sources.jar
│   └── opensearch-custom-codecs-3.0.0.0-SNAPSHOT.zip
└── maven-metadata-local.xml

$ tree build/local-staging-repo/org/opensearch/plugin/                                          

build/local-staging-repo/org/opensearch/plugin/                                                                                                                                                                                                                                                                                                       
└── opensearch-custom-codecs                           
    ├── 3.0.0.0-SNAPSHOT                                                      
    │   ├── maven-metadata.xml
    │   ├── maven-metadata.xml.md5
    │   ├── maven-metadata.xml.sha1
    │   ├── maven-metadata.xml.sha256
    │   ├── maven-metadata.xml.sha512
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175237-1.pom
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175237-1.pom.md5
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175237-1.pom.sha1
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175237-1.pom.sha256
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175237-1.pom.sha512
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175237-1.zip
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175237-1.zip.md5
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175237-1.zip.sha1
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175237-1.zip.sha256
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175237-1.zip.sha512
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175243-2.pom
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175243-2.pom.md5
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175243-2.pom.sha1
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175243-2.pom.sha256
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175243-2.pom.sha512
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175243-2.zip
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175243-2.zip.md5
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175243-2.zip.sha1
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175243-2.zip.sha256
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175243-2.zip.sha512
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175745-3.pom
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175745-3.pom.md5
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175745-3.pom.sha1
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175745-3.pom.sha256
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175745-3.pom.sha512
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175745-3.zip
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175745-3.zip.md5
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175745-3.zip.sha1
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175745-3.zip.sha256
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.175745-3.zip.sha512
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.180000-4.pom
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.180000-4.pom.md5
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.180000-4.pom.sha1
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.180000-4.pom.sha256
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.180000-4.pom.sha512
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.180000-4.zip
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.180000-4.zip.md5
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.180000-4.zip.sha1
    │   ├── opensearch-custom-codecs-3.0.0.0-20230908.180000-4.zip.sha256
    │   └── opensearch-custom-codecs-3.0.0.0-20230908.180000-4.zip.sha512

Issues Resolved

N/A

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
@reta
Copy link
Collaborator Author

reta commented Sep 8, 2023

@gaiksaya should be all set

@gaiksaya
Copy link
Member

gaiksaya commented Sep 8, 2023

@gaiksaya should be all set

Thanks! Will wait for this to merge and be backported. Let the maven workflow fail. I'll add the secret and re-run.

@andrross andrross merged commit 4fc51af into opensearch-project:main Sep 8, 2023
5 checks passed
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 8, 2023
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 4fc51af)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
opensearch-trigger-bot bot pushed a commit that referenced this pull request Sep 8, 2023
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
(cherry picked from commit 4fc51af)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
reta pushed a commit that referenced this pull request Sep 8, 2023
(cherry picked from commit 4fc51af)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
gaiksaya pushed a commit that referenced this pull request Sep 8, 2023
(cherry picked from commit 4fc51af)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants