Closed Solido closed 1 year ago
Yeah there is a small compatibility issue between Quarkus and Maven 3.9.0, we are working on it (it's a problem with the Quarkus Maven Plugin itself).
For the meantime, stick to Maven 3.8: https://archive.apache.org/dist/maven/maven-3/3.8.7/binaries/ and everything should work fine.
/cc @aloubyansky FYI
Merci @gsmet!
First Hi and thank you for this plugin!
I'm trying to setup a project following mvn:
But both Quarkus 2 and 3 alpha fail with
[ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:2.16.2.Final:create (default-cli) on project standalone-pom: Execution default-cli of goal io.quarkus:quarkus-maven-plugin:2.16.2.Final:create failed: A required class was missing while executing io.quarkus:quarkus-maven-plugin:2.16.2.Final:create: org/eclipse/aether/connector/basic/BasicRepositoryConnectorFactory
Using mvn 3.9.0 on mac.
Best regards