Reading in the maven plugin development guide. I see that you can define list parameters and arbitrary object parameters, but is it possible to define a parameter that identifies a list of objects defined as:
private List<MyObject> objects;
source
to share