docs: Updated build steps using profiles in Developer Setup#18312
Open
rangareddy wants to merge 1 commit intoapache:asf-sitefrom
Open
docs: Updated build steps using profiles in Developer Setup#18312rangareddy wants to merge 1 commit intoapache:asf-sitefrom
rangareddy wants to merge 1 commit intoapache:asf-sitefrom
Conversation
pratyakshsharma
requested changes
Mar 12, 2026
Contributor
pratyakshsharma
left a comment
There was a problem hiding this comment.
Thank you for raising this. Please update README.md as well
Contributor
pratyakshsharma
left a comment
There was a problem hiding this comment.
Did not realise earlier that you raised a separate PR for README changes. Only one comment and it should be good to merge
Collaborator
Author
Yes i have raised separate PR for README.md file. |
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 Developer Setup documentation does not clearly mention the Maven profiles required when building the project locally. This can lead to confusion for new contributors when trying to compile the project or run tests. This PR updates the documentation to explicitly mention the relevant build profiles and how they should be used during the build process.
Summary and Changelog
This PR improves the developer documentation by clarifying the build instructions and including the Maven profiles required during the build process.
Changes included:
These changes make it easier for developers to successfully build the project without confusion.
Impact
None
Risk Level
None
Documentation Update
The Developer Setup documentation has been updated to clearly mention the Maven build profiles used during the build process.
Contributor's checklist