Re: testing-harness and alias

2009-01-21 Thread Reik Schatz
to say this is rarely used and you might be > seeing a bug. Just rename your private variables and see if it works. > > > On 1/21/09 10:19 AM, "Reik Schatz" wrote: > >> >> I have it from here: >> http://maven.apache.org/developers/mojo-api-

Re: testing-harness and alias

2009-01-21 Thread Reik Schatz
I have it from here: http://maven.apache.org/developers/mojo-api-specification.html Search for "alias". /Reik Brian E Fox wrote: > > Where did you see the alias notation? This isn't something I've seen > before. > > > On 1/21/09 8:27 AM, "Rei

testing-harness and alias

2009-01-21 Thread Reik Schatz
Hi, I am working on a maven 2 plugin. My AbstractMojo has something like this: /** * @parameter alias="errorfile" */ private String m_errorFile; I want to test the mojo using maven-plugin-testing-harness: org.apache.maven.plugin-testing maven-plugin-testing-harness

testing-harness and alias

2009-01-21 Thread Reik Schatz
Hi, I am working on a maven 2 plugin. My AbstractMojo has something like this: -- View this message in context: http://www.nabble.com/testing-harness-and-alias-tp21582969p21582969.html Sent from the Maven Developers mailing list archive at Nabble.com.