Hi,
I have a quite simple plugin working correctly but when I try to test it the expression is not evaluated. I am using :
<dependency>
     <groupId>org.apache.maven.shared</groupId>
     <artifactId>maven-plugin-testing-harness</artifactId>
     <version>1.0-beta-1</version>
</dependency>
On the doc on codehaus they talk about "StubResolverExpressionEvaluator" which seems to help resolve this issue but I don't see any example. When I look at the unit test for expression evaluation on svn I don't see anything specific to be done.
What am I missing ?
Thanks,
Emmanuel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to