public class ProjectInheritanceTest
extends AbstractProjectInheritanceTestCase
A test which demonstrates maven's recursive inheritance where
a distinct value is taken from each parent contributing to
the final model of the project being assembled. There is no
overriding going on amongst the models being used in this test:
each model in the lineage is providing a value that is not present
anywhere else in the lineage. We are just making sure that values
down in the lineage are bubbling up where they should.
- Author:
- Jason van Zyl