阅读开发 maven 插件的指南,我看到您可以定义列表参数和任意对象参数,但是否可以定义一个参数来标识对象列表,定义为:
/** * @parameter */ private List<MyObject> objects;
maven-plugin
maven-plugin ×1