Detected Maven Version (3.8.1) is not supported
Answered
I am a newbie for intellij and
try to run a basic quarkus app in Intellij, and get below error:
Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.1.2.Final:dev (default-cli) on project rest-api: Detected Maven Version (3.8.1) is not supported, it must be in [3.8.2,).
what is best way to resolve it? how to update maven version for Intellij?
Please sign in to leave a comment.
Hello Longs; sorry for the late reply.
Looks like you meet the problem described in this issue in our YouTrack. We will update the Maven version in the next major release, 2023.2, to 3.9.2, but for now, as a workaround, you can install any version starting from 3.8.2 to your PC and set it up in the IDE using instructions from this article in our documentation.
Please, let me know if you meet any difficulties in the process or have any further questions.