You have to use maven-plugin-testing-harness 1.x for maven 2.x and
maven-plugin-testing-harness 2.x for maven 3.0.x. I think both 1.x and
2.x testing harness provide the same client API, so you maybe able to
run the same tests against different versions of maven, but I am not
certain about that.
Hi,
I am developing a Mojo and trying to test it using the
maven-plugin-testing-harness and i use Maven 3.0.x as my maven platform,
The following is the pom.xml snippet of my plugin where maven.version =
2.0.10
org.apache.maven