[ http://jira.codehaus.org/browse/MSITE-29?page=comments#action_67995 ] 

kristian meier commented on MSITE-29:
-------------------------------------

well, it works for me with. but I have to admit that my linux has platform 
encoding utf-8. I have slightly different pom.xml as Martin above. hope that 
extra inputEncoding tag will help.

<plugin>
  <groupId>org.apache.maven.plugins</groupId>
  <artifactId>maven-site-plugin</artifactId>
  <configuration>
    <inputEncoding>utf-8</inputEncoding>
    <outputEncoding>utf-8</outputEncoding>
  </configuration>
</plugin> 

> Imposible to generated UTF-8 site with APT
> ------------------------------------------
>
>          Key: MSITE-29
>          URL: http://jira.codehaus.org/browse/MSITE-29
>      Project: Maven 2.x Site Plugin
>         Type: Bug

>  Environment: Linux 2.6.10, JDK 1.5, Maven 2.0-alpha-3
>     Reporter: Jean-Charles Giardina
>     Priority: Minor
>      Fix For: 2.0

>
>
> Maven plugin's site cannot generated HTML files from APT files using charset 
> UTF-8 rather than ISO-8859-1.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to