Hello! I'm writing my own maven-report plugin, which should create some output. This output is made with doxia, how it's explained in the tutorials.
The problems are the german umlauts. I use it directly in the code (as String) to put via doxia into the html-page.(report) But the report don't shows the umlauts correctly. My problem is, that i don't know, where the encoding for doxia can be changed. (because doxia is initialized within the AbstractMavenReport) I'm a little bit confused, because there are a lot of descriptions in the net, that the default encoding is UTF-8 , so that there should be no problem with german umlauts. I have also tried to use the <project.reporting.outputEncoding> property in the pom, but nothing changes. Are there any experiences with that problem? thanks,,, Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
