Run configuration 'Before launch' does not work
alerosmile opened this issue · 4 comments
alerosmile commented
fbricon commented
Looks like a bug in Quarkus Tools
alerosmile commented
Probably something here:
MavenRunConfiguration mavenConfiguration = (MavenRunConfiguration) settings.getConfiguration();
The before tasks have to be added to the mavenConfiguration
:
mavenConfiguration.setBeforeRunTasks(configuration.getBeforeRunTasks());
Don't know if that's enough but seems to work.
angelozerr commented
Is there any chance to have a PR please?
alerosmile commented
I have no knowledge of the architecture of plugin or IntelliJ. I was just playing around and trying to give you some hints. If you think my suggestion is enough then I could create a PR.