The maven-plugin-testing-harness isn't that popular anymore by most Maven
Developers.
Even though it executes like a plugin, there's still a lot of stubbing required
to make a test work.
Hence the integration-tests with the maven-invoker-plugin which reflects much
better the usage with Maven.
H
Hi all,
As I was working on MDEP-666 I noticed the test suite for the tree mojo
is effectively disabled. This is also blocking progress on MDEP-435, as
it's hard to verify it doesn't break anything. So I thought of
re-enabling the test suite for the tree mojo. I found a way to make it
work, b