Hi,
According to jira, there is a fix in maven-project-info-reports-plugin
concerning german internationalization files.
You have to use version 2.1-SNAPSHOT .
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.1-SNAPSHOT</version>
</plugin>
I've just tried, seems to work OK (assuming your own files are consistent with
the encoding you declare)
Anne
-----Message d'origine-----
De : Alexander Vaysberg [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 8 mai 2008 12:43
À : Maven Users List
Objet : site problem with locale de
Hi,
i try a simple site for maven with locale de, but i have a problem with special
characters (like german umlaut etc.).
the pom is:
<plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-6</version>
<configuration>
<locales>de</locales>
<inputEncoding>UTF-8</inputEncoding>
<outputEncoding>UTF-8</outputEncoding>
</configuration>
</plugin>
</plugins>
But i become for ü - >ü. What is wrong?
Alexander Vaysberg
Tetralog system AG
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]