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:
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