Am 08/13/16 um 00:28 schrieb Christian Schulte:
> reviewing things. So current state of this is: "That's the behaviour
> requested and tested during commiting to MNG-5971. Cannot override
> properties? Really requested behaviour? Maybe incorrect. Need to look at
> it again. There was a reason it got implemented the way it is."

The current behaviour is on purpose.

1. Read POM.
2. Recursivley read all parent POMs.
3. Include (import) dependency declarations top-down at each level.
4. Apply inheritance processing.

There is no way to use an overridden property value when importing the
depdency declarations because the import happens before inheritance
processing. Benefit is the imported dependency declarations will be
available to inheritance processing that way.

Regards,
-- 
Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to