he1l0world opened a new pull request, #11025: URL: https://github.com/apache/cloudstack/pull/11025
### Description This PR updates the Maven installation instructions in INSTALL.md. While following the setup steps to build CloudStack locally as a new contributor, I found that the provided download link for Maven 3.9.9 is no longer active, and the version itself is not listed on the [official Apache Maven distribution site](https://dlcdn.apache.org/maven/maven-3/). I’ve updated the instructions to use Maven 3.9.10, which is the most up-to-date version at the time of writing. Additionally, I added sudo to the tar and ln commands since those require root permission when extracting to or linking under /usr/local. This small patch improves the onboarding experience for new developers setting up their environment. ### Types of changes - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [ ] New feature (non-breaking change which adds functionality) - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Enhancement (improves an existing feature and functionality) - [ ] Cleanup (Code refactoring and cleanup, that may add test cases) - [ ] build/CI - [ ] test (unit or integration test code) ### Feature/Enhancement Scale or Bug Severity #### Feature/Enhancement Scale - [ ] Major - [X] Minor #### Bug Severity - [ ] BLOCKER - [ ] Critical - [ ] Major - [X] Minor - [ ] Trivial ### Screenshots (if appropriate):  ### How Has This Been Tested? I manually tested by following the updated instructions to set up Maven 3.9.10 on a fresh environment. #### How did you try to break this feature and the system with this change? Maven 3.x on [official Apache Maven distribution site](https://dlcdn.apache.org/maven/maven-3/). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
