Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove 'compile' phase from run configuration #241

Open
alerosmile opened this issue Dec 6, 2023 · 0 comments
Open

Remove 'compile' phase from run configuration #241

alerosmile opened this issue Dec 6, 2023 · 0 comments

Comments

@alerosmile
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant