Details
Description
Taking the project.xml from "maven genapp" as a starting point, I tried to introduce myself as the project owner:
<!-- details about the organization that 'owns' the project -->
<organization>
- <name>Apache Software Foundation</name>
+ <name>Lars K?hne</name>
<url>http://www.apache.org/</url>
<logo>http://maven.apache.org/images/jakarta-logo-blue.gif</logo>
</organization>
which generates "Lars K??hne" in the copyright footer. In my view this shouldn't happen, as the xml file encoding is ISO-8859-1, where ? is a character just like a, b, c, etc.
As a workaround I tried to use
<name><![CDATA[Lars Kühne]]
Attachments
Issue Links
| This issue is related to: | ||||
| MPXDOC-11 | Unicode entities from projext.xml are not shown in generated site in HTML or even in XML |
|
|
|
Arrgh - Jira doesn't get it right either...
Here is a patch file with my original changes to project.xml