I'm working on a large multi-module project. When building with mvnd, with certain modules, I consistently encounter fatal errors in the io.quarkus:quarkus-maven-plugin of the form:
[ERROR] Failed to execute goal io.quarkus:quarkus-maven-plugin:3.6.9:generate-code-tests (default) on project xxx:
Execution default of goal io.quarkus:quarkus-maven-plugin:3.6.9:generate-code-tests failed:
A required class was missing while executing io.quarkus:quarkus-maven-plugin:3.6.9:generate-code-tests:
org/jline/reader/LineReader
[ERROR] -----------------------------------------------------
[ERROR] realm = plugin>io.quarkus:quarkus-maven-plugin:3.6.9
[ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
...
This does not occur with vanilla mvn, and thus I am considering if this is an issue with mvnd. I have tried manually adding the JLine dependency to the quarkus-maven-plugin but the issue persists.
I'm working on a large multi-module project. When building with
mvnd
, with certain modules, I consistently encounter fatal errors in theio.quarkus:quarkus-maven-plugin
of the form:This does not occur with vanilla
mvn
, and thus I am considering if this is an issue withmvnd
. I have tried manually adding the JLine dependency to thequarkus-maven-plugin
but the issue persists.mvn
mvnd