Added
- Support to debug a plugin goal.
- The feature is designed for debugging code of the plugin goal itself. It can also debug Java classes loaded in the same JVM.
- Debugging Java classes loaded by a forked process is not supported. E.g. when
devtools
is present, breakpoints in application code will not be hit when debuggingspring-boot:run
according to its docs.
- Add a shortcut to show dependency tree.