A plugin in my parent pom, reads properties from the child pom.xml (executed directly).
A problem occures when specifying a multi-value parameter within the pom.xml <properties> section. Is it possible? I don't want to redeclare the plugin and its configuration section of parameters in every pom.xml as there are hundreds of projects. Xavier.
