Re: Maven Core Code - MavenModelMerger

2015-10-09 Thread Karl Heinz Marbaise
Hi Hervé, this brought me into the right direction... Thanks. Karl Heinz Marbaise On 10/9/15 12:30 AM, Hervé BOUTEMY wrote: Hi, ModelMerger is the parent class of every model mergers: AFAIK, it does not merge configuration of plugins if you want to test plugins configuration merge, you'll hav

Re: Maven Core Code - MavenModelMerger

2015-10-08 Thread Hervé BOUTEMY
Hi, ModelMerger is the parent class of every model mergers: AFAIK, it does not merge configuration of plugins if you want to test plugins configuration merge, you'll have to test either DefaultInheritanceAssembler.InheritanceModelMerger if you want to test inheritance merge or DefaultPluginMan

Maven Core Code - MavenModelMerger

2015-10-07 Thread Karl Heinz Marbaise
Hi, currently i'm trying to understand how to create unit/integration tests for the ModelMerger / MavenModelMerger part..which does things like merging the configuration of plugins... I have found a Test: https://git-wip-us.apache.org/repos/asf?p=maven.git;a=blob_plain;f=maven-model-builder/