Available languages bar
-----------------------
Key: MSITE-592
URL: https://jira.codehaus.org/browse/MSITE-592
Project: Maven 2.x and 3.x Site Plugin
Issue Type: New Feature
Components: doxia integration
Affects Versions: 3.0-beta-3
Reporter: Andres Gomez Casanova
Attachments: Languages.png
Maven does not include an easy way to integrate the different translated sites.
I propose to have a bar showing the available languages. Something similar to
the attached image.
I did it manually, however it should exist an automatic option, that takes the
locales from the POM.
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>3.0-beta-3</version>
<configuration>
<locales>en,fr,es</locales>
The link to each language could be the index.html, and not the corresponding
page in other language, because sites in different languages could be different
(different version, different pages, etc), at least the index.html is the entry
point.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira