Details
Description
This may be a duplicate of
http://jira.codehaus.org/browse/MPMULTIPROJECT-32
in which case I apologise.
I'm finding that sub projects only inherit properties from one level deep if run via multiproject. Furthermore, certain "built-in" properties don't get inherited at all.
In the attached code, sub inherits from base which inherits from basebase. When run as a multiproject from the root project (goal: doit->multiproject:clean), sub sees the props defined in base, but not basebase. Also, the property maven.repo.central, overridden in base, retains its default value of login.ibiblio.org
However, running sub directly (from sub's folder with goal "clean") gives the correct behaviour.
Issue Links
- is duplicated by
-
MPMULTIPROJECT-42
Multiproject fails calculating dependencies due to internal exception
-
-
MPMULTIPROJECT-40
Hidden ClassCastException below ReactorTag.getSortedProjects() with multiple entries in maven.multiproject.includes
-
- is related to
-
MAVEN-1422
Inheritence with more than 3 layers does not work
-
- relates to
-
MAVEN-1404
ClassCastException in the debug log when inheriting an undefined property
-