-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Bug] Pulsar build process seems to require Maven > 3.8.1 #23559
Comments
When you say that the binaries weren't updated, did this happen in the resulting |
Sorry the binaries in question are in |
FYI I'm sanity check my report to make sure this is easily reproducible. |
UPDATE: Ha ha - please ignore the earlier comment here - I only now realized those are scripts and not actually binaries |
Yeah so clearly I was not understanding that the files in |
Search before asking
Read release policy
Version
Minimal reproduce step
On the master branch of Pulsar using Maven 3.8.1 I ran
$ mvn clean install -DskipTests
it ran successfully without any errors or failures but the binaries locally (in the
./bin
folder) were not updated to todays date (Nov 4th 2024)After I updated to Maven 3.9.9 as per https://pulsar.apache.org/contribute/release-process/#preparation
then the binaries were updated.
If this is accurate then someone needs to update the
enforcer-plugin
herepulsar/pom.xml
Lines 2125 to 2127 in 570cb44
What did you expect to see?
Binaries in
./bin
updatedWhat did you see instead?
Binaries not updated
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: