Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] How to debug/trace Lifecycle not doing that it should do?

I have a problem to get things cleaned on a project using jaxb. So I added the maven-clean-plugin and configured the lifecycle in the pom.xml

I see it’s marked to be execute in the Eclipse Maven Preference Lifecycle. But nothing ever get deleted.

How I can see a trace of all the call Eclipse (so Eclipse lifecycle debugging) do to maven-clean-plugin, and see all the things maven-clean-plugin does, so debug also of maven-clean-plugin?


Back to the top