Hi,

I am writing some plugins that have list properties, e.g.:

<warnings>
        <warning>all</warning
        <warning>special</warning
        <warning>etc.</warning
</warnings>

I now want to have different configurations (through parents, profiles, etc.), but when merging, Maven2 only keeps entries from one configuration (see DefaultPluginManager.buildTopDownMergedConfiguration). Is there a way around this?

Regards,
Jochen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to