Hi all,
Is there any way to actually debug a maven plugin while it is in action. What i mean is that for example we have the maven-clean-plugin. So when this plugin executes it's action can we somehow debug and check inside the source code of maven-clean-plugin?
Obviously we would have to associate the java source for the plugin in eclipse but how can we set it for debugging?
Thanks.
EDIT: Changing the subject I'm sorry guys may be i should have been more precise. Actually i have my web-app which is a maven project, which makes use of 3rd party maven plugins. Now when i do a mvn clean install i need to debug my 3rd party maven plugin. Now in my maven dependency i dont get a dependency to that plugin jar, which is quite normal. Any ideas?