Hi, I have problems when using special characters with Maven. e.g. I cannot use them in the <description>-tag of the project.xml. The problem seems to be, that the xdoc-plugin xml-templates do not specify the encoding (it is just <?xml version="1.0"?>) and so I am getting an error message when I use special characters in the project description (even if I enclose them in <[CDATA[]]>)
BUILD FAILED null:304:43: <x:parse> Invalid byte 2 of 3-byte UTF-8 sequence. Nested exception : Invalid byte 2 of 3-byte UTF-8 sequence. Total time: 15 seconds Also some of the reports (e.g. JUnit-report) are not specifying the character encoding (omitXmlDeclaration)and so I am getting problem with the JUnit-report whenever someone is using special characters in one of the assertxxxxx()-methods. It would be good if all of the plugins used the maven-standard encoding ISO-8859-1 that is set in the maven.docs.outputencoding-property? Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
