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

Add GHA to build and publish snapshots to maven & add mvn process on package_proto_jar.sh #11

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

lucy66hw
Copy link
Collaborator

Description

Upload opensearch-protobuf-1.0.0.jar to maven SONATYPE

Issues Resolved

#9

###test
test locally by changing Durl=local

[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy-file (default-cli) @ standalone-pom ---
Downloading from Snapshots: file:///home/user/opensearch-protobufs/org/opensearch/opensearch-protobuf/1.0.0-SNAPSHOT/maven-metadata.xml
Uploading to Snapshots: file:///home/user/opensearch-protobufs/org/opensearch/opensearch-protobuf/1.0.0-SNAPSHOT/opensearch-protobuf-1.0.0-20250321.040525-1.jar
Uploaded to Snapshots: file:///home/user/opensearch-protobufs/org/opensearch/opensearch-protobuf/1.0.0-SNAPSHOT/opensearch-protobuf-1.0.0-20250321.040525-1.jar (1.7 kB at 211 kB/s)
Uploading to Snapshots: file:///home/user/opensearch-protobufs/org/opensearch/opensearch-protobuf/1.0.0-SNAPSHOT/opensearch-protobuf-1.0.0-20250321.040525-1.pom
Uploaded to Snapshots: file:///home/user/opensearch-protobufs/org/opensearch/opensearch-protobuf/1.0.0-SNAPSHOT/opensearch-protobuf-1.0.0-20250321.040525-1.pom (416 B at 208 kB/s)
Downloading from Snapshots: file:///home/user/opensearch-protobufs/org/opensearch/opensearch-protobuf/maven-metadata.xml
Uploading to Snapshots: file:///home/user/opensearch-protobufs/org/opensearch/opensearch-protobuf/1.0.0-SNAPSHOT/maven-metadata.xml
Uploaded to Snapshots: file:///home/user/opensearch-protobufs/org/opensearch/opensearch-protobuf/1.0.0-SNAPSHOT/maven-metadata.xml (783 B at 392 kB/s)
Uploading to Snapshots: file:///home/user/opensearch-protobufs/org/opensearch/opensearch-protobuf/maven-metadata.xml
Uploaded to Snapshots: file:///home/user/opensearch-protobufs/org/opensearch/opensearch-protobuf/maven-metadata.xml (293 B at 146 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  0.355 s
[INFO] Finished at: 2025-03-21T04:05:25Z
[INFO] ------------------------------------------------------------------------

folder structure
.

├── 1.0.0-SNAPSHOT
│   ├── maven-metadata.xml
│   ├── maven-metadata.xml.md5
│   ├── maven-metadata.xml.sha1
│   ├── opensearch-protobuf-1.0.0-20250321.054307-1.jar
│   ├── opensearch-protobuf-1.0.0-20250321.054307-1.jar.md5
│   ├── opensearch-protobuf-1.0.0-20250321.054307-1.jar.sha1
│   ├── opensearch-protobuf-1.0.0-20250321.054307-1.pom
│   ├── opensearch-protobuf-1.0.0-20250321.054307-1.pom.md5
│   └── opensearch-protobuf-1.0.0-20250321.054307-1.pom.sha1
├── maven-metadata.xml
├── maven-metadata.xml.md5
└── maven-metadata.xml.sha1

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.

@@ -216,3 +216,15 @@ echo ""
echo "dependencies {"
echo " implementation '${GROUP_ID}:${ARTIFACT_ID}:${VERSION}'"
echo "}"

mvn deploy:deploy-file \
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think the mvn deploy command should be added to the GHA file maven-publish.yml instead of package_proto_jar.sh, so we can use the latter script for creating local jars for testing, without accidentally publishing to maven central

Copy link
Collaborator

@karenyrx karenyrx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging to test per #12 (comment)

@karenyrx karenyrx merged commit 50ae216 into opensearch-project:main Mar 24, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants