jbosstools-quarkus icon indicating copy to clipboard operation
jbosstools-quarkus copied to clipboard

Remove 'compile' phase from run configuration

Open alerosmile opened this issue 1 year ago • 0 comments

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.

alerosmile avatar Dec 06 '23 10:12 alerosmile