Skip to content
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

Update maven.yml for installing maven #2221

Merged

Conversation

carryel
Copy link

@carryel carryel commented Dec 24, 2024

@carryel
Copy link
Author

carryel commented Dec 24, 2024

RequireMavenVersion of main branch is [3.8.9,).
Currently, the following error occurs in the PR build environment.

Error: Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.4.1:enforce (enforce-maven) on project grizzly-project:

Error: Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion failed with message:
Error: Detected Maven Version: 3.8.8 is not in the allowed range [3.8.9,).

Therefore, I modified it so that PR verification is possible by adding a step that can install the latest version of maven.

Copy link
Contributor

@pzygielo pzygielo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice.

The change seems to be introduced to main without review in

I'm happy to see it fixed.

@carryel carryel merged commit ce50143 into eclipse-ee4j:main Dec 24, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants