You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by Tony Chemit <ch...@codelutin.com> on 2009/11/01 15:46:56 UTC

[PROPOSAL] change maven-site-plugin directory layout

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: chemit@codelutin.com  
http://www.codelutin.com 

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


Re: [PROPOSAL] change maven-site-plugin directory layout

Posted by Tony Chemit <ch...@codelutin.com>.
Le Sun, 1 Nov 2009 09:56:34 -0500,
Vincent Siveton <vs...@apache.org> a écrit :

> Hi,
> 
> If you are able to be backward compatible, feel free to create an issue.
> 
> Cheers,
> 
> Vincent

Done in http://jira.codehaus.org/browse/MSITE-434

Cheers,

Tony.

> 
> 2009/11/1 Tony Chemit <ch...@codelutin.com>:
> > 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: chemit@codelutin.com
> > http://www.codelutin.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> > For additional commands, e-mail: dev-help@maven.apache.org
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
> 



-- 

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

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


Re: [PROPOSAL] change maven-site-plugin directory layout

Posted by Vincent Siveton <vs...@apache.org>.
Hi,

If you are able to be backward compatible, feel free to create an issue.

Cheers,

Vincent

2009/11/1 Tony Chemit <ch...@codelutin.com>:
> 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: chemit@codelutin.com
> http://www.codelutin.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
> For additional commands, e-mail: dev-help@maven.apache.org
>
>

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