Plugin Testing Harness 2.1 - Problem with Default Values

2015-11-22 Thread Karl Heinz Marbaise
Hi, currently i'm trying to fix some issues in the maven-ejb-plugin and within the test there is a setup like this: EjbMojo mojo = (EjbMojo) lookupMojo( "ejb", pomFile ); But at the moment i don't understand why the defaults for the defined parameters and not injected... For

Re: Plugin Testing Harness 2.1 - Problem with Default Values

2015-11-22 Thread Igor Fedorenko
I think you need to specify all parameter values in test pom.xml, at least this used to be one of annoying limitations of apache plugin harness in the past. Personally I gave up on apache harness long time ago. The harness I've written at Takari works much better everywhere I used it and I am