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

Martin Vysny commented on MSITE-29:
-----------------------------------

just configure the maven-site-plugin (add this snippet to the <build> section 
in your pom.xml):

<plugins>
  <plugin>
    <artifactId>maven-site-plugin</artifactId>
    <configuration>
      <outputEncoding>UTF-8</outputEncoding>
          </configuration>
        </plugin>
</plugins>


> 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