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
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Attachment | scratch.zip [ 12471 ] |
| Attachment | scratch.zip [ 12484 ] |
| Attachment | scratch.zip [ 12563 ] |
| Attachment | scratch.zip [ 12564 ] |
| Attachment | scratch.zip [ 12471 ] |
| Attachment | scratch.zip [ 12484 ] |
| Link |
This issue duplicates |
| Link |
This issue is duplicated by |
| Link |
This issue duplicates |
| Link |
This issue is duplicated by |
| Link |
This issue is related to |
| Link |
This issue is related to |
| Attachment | MavenUtils.java.patch [ 13265 ] |
| Component/s | core [ 10026 ] | |
| Key | MPMULTIPROJECT-39 |
|
| Project | maven-multiproject-plugin [ 10349 ] | maven [ 10030 ] |
| Fix Version/s | 1.0.1 [ 10831 ] | |
| Affects Version/s | 1.3 [ 10665 ] |
| Assignee | dion gillard [ diongillard ] | Brett Porter [ brettporter ] |
| Attachment | MavenUtils.java.patch [ 13267 ] |
| Resolution | Duplicate [ 3 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
| Workflow | jira [ 26402 ] | Maven [ 38250 ] |
| Workflow | Maven [ 38250 ] | Maven New [ 50845 ] |
can you download maven-1.0 (announced shortly) and see if it is still a problem? If it is a dupe of
MPMULTIPROJECT-32, it is fixed.