Details
-
Type:
Improvement
-
Status:
Reopened
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: doxia-integration-tools-1.4
-
Fix Version/s: None
-
Component/s: Doxia Integration Tools
-
Labels:None
-
Number of attachments :
Description
The implementation uses recursion to get an inherited model of the site.xml, but every step does the interpolation too.
So if the parent site.xml contains something like ${project.name}, its value will be an ancestor project name, often an unexpected value.
By moving the interpolation from the recursive method to the method-caller you will get the name of the active project.
Issue Links
- is depended upon by
-
MSITE-135
inherited site.xml files are interpolated with the originating project's model values and not the consumer project's values
-
Fixed in rev. 1214470