Re: Complex-valued maps as plugin parameter possible?

2010-07-22 Thread Andreas Sewe
Hi all, any takers for this one? I am writing a Maven plugin and have trouble getting a parameter defined as follows to work: /** * @parameter */ private Map map; Not matter how I configure in my POM, it only ever maps Strings to null, not to an instance of ComplexObjext:

Complex-valued maps as plugin parameter possible?

2010-07-21 Thread Andreas Sewe
Hi all, I am writing a Maven plugin and have trouble getting a parameter defined as follows to work: /** * @parameter */ private Map map; Not matter how I configure in my POM, it only ever maps Strings to null, not to an instance of ComplexObjext: 42 But as