Brett Porter pravi:
The Maven team is pleased to announce the release of the Maven Site
Plugin, version 2.0-beta-5.


* [MSITE-104] - There is no way to specify the input encoding of site documents
I was eagerly awaiting this feature. Thanks!

Writing documentation in UTF-8 works now, ....... but menu items in site.xml still don't work. XML prolog is clearly stating <?xml version="1.0" encoding="UTF-8"?> for site.xml. This is not even neccessary, I think, as encoding is taken from

           <plugin>
               <artifactId>maven-site-plugin</artifactId>
               <version>2.0-beta-5</version>
               <configuration>
                   <inputEncoding>UTF-8</inputEncoding>
                   <outputEncoding>UTF-8</outputEncoding>
               </configuration>
           </plugin>

So, it works in apt, xdoc and fml, but not in site.xml.

Regards,
Borut

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to