You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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.The text was updated successfully, but these errors were encountered: