Really nice, I will use it as soon as possible.
I think this new feature is very useful and lot of people ask for it.

I am not sure that it is very well known.
It will be great to upgrade the maven-site-plugin website to indicate this
filtering feature.

Thanks,

Rémy

Le 23/10/07, LAMY Olivier <[EMAIL PROTECTED]> a écrit :
>
> Work in last snapshot.
>
> I have just try with this content in site.xml :
>
>     <breadcrumbs>
>       <item name="Maven" href="http://maven.apache.org/${currentVersion}
> "/>
>       <item name="Maven" href="http://maven.apache.org/${cliVar}"/>
>     </breadcrumbs>
>
>
> In the pom :
>
>   <properties>
>     <currentVersion>2.0.7</currentVersion>
>     <cliVar>${cliVar}</cliVar>
>   </properties>
>
> In my cli : mvn clean site -DcliVar=test
>
>
> Generated content :
> <a href="http://maven.apache.org/2.0.7"; class="externalLink">Maven</a>
> <a href="http://maven.apache.org/test"; class="externalLink">Maven</a>
>
> --
> Olivier
>
>

Reply via email to