Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is a UI-less way to enable support for mn:run when executing Run (Single) action and leaving behavior of Debug (Single) untouched. If we provide good enough extension API, then the Micronaut support module may remap the Run from exec:exec to mn:run for all pom.xml  file that contain micronaut-maven-plugin .

Should there be a necessity to support multiple types of Run or Debug, then read on...

Using project Configurations

...