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

Maven wrapper too old for build #1263

Closed
yawkat opened this issue May 16, 2024 · 1 comment · Fixed by #1265
Closed

Maven wrapper too old for build #1263

yawkat opened this issue May 16, 2024 · 1 comment · Fixed by #1265
Assignees
Labels
bug Something isn't working

Comments

@yawkat
Copy link

yawkat commented May 16, 2024

The mvnw script is configured to use maven 3.8.4, which is too old to compile the project:

[ERROR] Failed to execute goal org.asciidoctor:asciidoctor-maven-plugin:3.0.0:process-asciidoc (asciidoc-to-html) on project jakarta.ws.rs-spec: The plugin org.asciidoctor:asciidoctor-maven-plugin:3.0.0 requires Maven version 3.8.5 -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginIncompatibleException
[ERROR] 
mkarg added a commit to mkarg/rest that referenced this issue May 18, 2024
@mkarg mkarg self-assigned this May 18, 2024
@mkarg mkarg added the bug Something isn't working label May 18, 2024
@mkarg
Copy link
Contributor

mkarg commented May 18, 2024

Are you sure that this is solely cause by Maven itself? Maybe it could get fixed by upgrading the asciidoctor-maven-plugin?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants