jbosstools-quarkus
jbosstools-quarkus copied to clipboard
Remove 'compile' phase from run configuration
The quarkus-maven-plugin runs all required goals if they haven't been run already. In a project, a Maven configuration might include many other goals not required by quarkus:dev
which get executed unnecessarily each time.
The Eclipse plugin executes compile quarkus:dev
.
The IntelliJ plugin executes quarkus:dev
which might be the better choice.
Maybe you could make the goals or phase to execute additionally to quarkus:dev
configurable.