Debugging my Maven2 plugin in Eclipse
Posted
by James Blewitt
on Stack Overflow
See other posts from Stack Overflow
or by James Blewitt
Published on 2010-04-21T13:53:03Z
Indexed on
2010/04/21
13:53 UTC
Read the original article
Hit count: 192
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.
© Stack Overflow or respective owner