Re: Maven Test Harness issue

2012-02-21 Thread kamesh.sampath
No problem ! Ok will test my future plugins with that -- View this message in context: http://maven.40175.n5.nabble.com/Maven-Test-Harness-issue-tp5495578p5502067.html Sent from the Maven Developers mailing list archive at Nabble.com.

Re: Maven Test Harness issue

2012-02-20 Thread kamesh.sampath
Thanks for the response Igor, i made to work after adding right set of plugins. But now facing a peculiar issue, How to make MojoTest case apply default values for the parameters ? rather how do i check the Mojo parameters default values in MojoTest case ? I am always getting those default values

Maven Test Harness issue

2012-02-18 Thread kamesh.sampath
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