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

Apply 's4u/setup-maven-action' GH action #631

Conversation

abelsromero
Copy link
Member

@abelsromero abelsromero commented Mar 20, 2023

  • Use 's4u/setup-maven-action' GH action to test Maven compatibility matrix
  • Defined formal Maven compatible version (1-year-old + most recent minor)

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Documentation
  • Refactor
  • Build improvement
  • Other (please describe)

What is the goal of this pull request?
Ensure we properly support a few maven versions. There have been some breaking changes in 3.9.1 that brought this to attention.

Are there any alternative ways to implement this?
We could have a script step installing sdkman and setting mvn in the path.
But this is extra code we'd need to maintain.

Are there any implications of this pull request? Anything a user must know?
Everything is don by s4u/setup-maven-action so we are in theory losing some control, but in reality, nothing we really needed. We'll see how it goes.

Is it related to an existing issue?

  • Yes
  • No

Fixes #630

Finally, please add a corresponding entry to CHANGELOG.adoc

@abelsromero abelsromero force-pushed the issue-630-test-on-multiple-maven-versions branch from a41e906 to cc654d4 Compare March 20, 2023 19:34
@abelsromero abelsromero merged commit dab0b19 into asciidoctor:main Mar 20, 2023
@abelsromero abelsromero deleted the issue-630-test-on-multiple-maven-versions branch December 28, 2023 20:19
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.

Test multiple Maven versions
1 participant