Hi all

How can I set default entries in a list in a custom plugin?

/**
 * @parameter default-value="foo,bar,foobar"
 */
private List<String> myList;

I tried different ways, but all I got is this error:

Cause: Cannot assign configuration entry 'myList' to 'interface java.util.List' from 'null', which is of type class java.lang.String


Thanks for help
Felix

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to