[PROPOSAL] change maven-site-plugin directory layout

View: New views
3 Messages — Rating Filter:   Alert me  

[PROPOSAL] change maven-site-plugin directory layout

by Tony Chemit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

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


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

by vsiveton :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

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

Cheers,

Vincent

2009/11/1 Tony Chemit <chemit@...>:

> 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@...
> http://www.codelutin.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>
>

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


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

by Tony Chemit :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Le Sun, 1 Nov 2009 09:56:34 -0500,
Vincent Siveton <vsiveton@...> 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 <chemit@...>:
> > 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@...
> > http://www.codelutin.com
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@...
> > For additional commands, e-mail: dev-help@...
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@...
> For additional commands, e-mail: dev-help@...
>



--

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

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