Hi,

We'd like to be able to change the directory layout in the maven-site-plugin.

Actually, the layout is not locale symetric, the first language is at root, 
then any other
language are in a directory.

Would it be possible to have a new configuration property to have the symetric 
layout : each locale is in
a directory.

None symetric :

.
|-- pom.xml
`-- src
    `-- site
        |-- apt
        |-- en
        |   `-- apt
        |-- site_en.xml
        `-- site_fr.xml

Symetric :

.
|-- pom.xml
`-- src
    `-- site
        |-- fr
        |   `-- apt
        |-- en
        |   `-- apt
        |-- site_en.xml
        `-- site_fr.xml

If you are ok with this feature, I can open a issue and provide you the patch 
to do this (this 
is a very short patch I think).

Thanks for your time and your reactions.

-- 

Tony Chemit
--------------------
tél: +33 (0) 2 40 50 29 28
email: che...@codelutin.com  
http://www.codelutin.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
For additional commands, e-mail: dev-h...@maven.apache.org

Reply via email to