Debugging my Maven2 plugin in Eclipse
- by James Blewitt
I've written a plugin for Maven2 in Eclipse.
How can I run the plugin in debug mode in Eclipse?
If possible, I'd like to avoid remote debugging an external process and I'd also like to avoid installing plugins into Eclipse.