kezhenxu94 opened a new pull request #7877:
URL: https://github.com/apache/pulsar/pull/7877


   Resolves #7749
   
   ### Motivation
   At the moment, building Pulsar from source codes with maven requires a 
locally-installed maven, but there are cases that the developers' maven version 
is not compatible with the one Pulsar uses, this pull request introduces a 
wrapper of maven, which downloads the specific version of maven on the fly and 
gets rid of maven versions issues like #7749
   
   ### Modifications
   Add maven wrapper, and modify the doc and CI script to use it
   
   ### Verifying this change
   Build from source codes with maven wrapper successfully, and the CI checks 
should pass
   
   - [ ] Make sure that the change passes the CI checks.
   
   This change is a trivial rework / code cleanup without any test coverage.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to