docs: Updating the build instructions by mentioning profiles in READM…#18310
Open
rangareddy wants to merge 2 commits intoapache:masterfrom
Open
docs: Updating the build instructions by mentioning profiles in READM…#18310rangareddy wants to merge 2 commits intoapache:masterfrom
rangareddy wants to merge 2 commits intoapache:masterfrom
Conversation
This was referenced Mar 12, 2026
pratyakshsharma
requested changes
Mar 12, 2026
Contributor
pratyakshsharma
left a comment
There was a problem hiding this comment.
Thank you for this PR. Minor comments only
3 tasks
Co-authored-by: Pratyaksh Sharma <pratyaksh13@gmail.com>
Collaborator
danny0405
approved these changes
Mar 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the issue this Pull Request addresses
The current build instructions do not clearly mention the Maven profiles required when building the project. This can lead to confusion for developers who are trying to build the project locally or customize the build for different environments. This PR updates the documentation to explicitly mention the relevant Maven profiles used during the build process.
Summary and Changelog
This PR improves the build documentation by adding details about the Maven profiles required when building the project.
Changes included:
Impact
This change only affects documentation. The update helps developers better understand the build process and reduces potential confusion when building the project.
Risk Level
none
This change only updates documentation and does not affect code execution or system behavior.
Documentation Update
The build instructions have been updated to clearly mention the Maven profiles required during the build process. No additional configuration or feature documentation changes are required.
Contributor's checklist