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 support for build version qualifiers. #432

Closed
dblock opened this issue Mar 11, 2022 · 2 comments · Fixed by #483
Closed

Add support for build version qualifiers. #432

dblock opened this issue Mar 11, 2022 · 2 comments · Fixed by #483

Comments

@dblock
Copy link
Member

dblock commented Mar 11, 2022

Coming from opensearch-project/opensearch-build#1632, add support for -Dbuild.version_qualifier=.

The distribution build process now supports passing additional optional qualifiers other than the 3 digit versions, e.g. 2.0.0-alpha1. Add the ability to pass additional qualifier to build scripts, and generate artifacts with a version that includes the qualifier.

@amitgalitz
Copy link
Member

Understand how this works for Opensearch core or plugins like common-utils that get picked up for maven build. For something like AD what are the ways this will be used for an AD build. Will the qualifier potentially get added to the manifest for each plugin?

@peterzhuamazon
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants