2011/8/30 mickael leduque <[email protected]>

>
>
> 2011/8/30 Lukas Theussl <[email protected]>
>
>>
>> http://maven.apache.org/**plugins/maven-site-plugin/**
>> examples/multimodule.html<http://maven.apache.org/plugins/maven-site-plugin/examples/multimodule.html>
>>
>> See the 'Note' under 'Staging and deploying'.
>>
>> HTH,
>> -Lukas
>>
>
> Hm, I have seen that note, but I don't find it really helpful because it
> just convinces me that inheritance is inconsistent in this case, thus there
> is some bug.
>
> I'm more searching some workaround, like some way to tell maven that I
> don't want this kind of inheritance here.
>
>
And that's even worse in some case.
With the
ProjectA
|
ProjectB
|
ProjectC
hierarchy, if I define distMgmt.site.url in ProjectA and Project B but
inherit it in projectC, the inherited/modified value in ProjectC is not that
from ProjectB, but from ProjectA.

Finally, in some cases, when I define it in ProjectA and ProjectB, the
effective value in projectB is the _concatenation_ of the values in projectA
and projectB...

Reply via email to