Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-alpha-11
-
Fix Version/s: 1.0-alpha-13
-
Component/s: modello-plugin-xdoc
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
Working on the doxia-decoration-model [1], I obtained a generation error:
... <poweredBy> <poweredBy img=.. name=.. href=.. /> </poweredBy> ...
It should be the name of the association tag and not the tag name, i.e.:
... <poweredBy> <logo img=.. name=.. href=.. /> </poweredBy> ...
[1] https://svn.apache.org/repos/asf/maven/doxia/trunk/doxia-decoration-model
Here is the patch