Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.1
-
None
-
None
Description
I have a Mojo with several parameters annotated with a default-value:
/**
- Colon-delimited packages to whitelist
* - @parameter default-value=""
*/
private String whiteList;
But when I lookupMojo() my mojo in an AbstractMojoTestCase, I get a mojo with a null value in whiteList.
shouldn't I get an empty string instead?
Thanks!
Attachments
Issue Links
- duplicates
-
MPLUGINTESTING-23 Provide a way to create fully configured mojo instance
- Closed