You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by dc...@qualitesys.com on 2017/04/20 12:46:38 UTC

[maven-site-plugin] Is there a MavenMultiPage example ?

Hi
I am used to produce Maven Site static Html reports. I wish to produce 
multi pages reports (one report page per source code for example). In 
version 2.1.1 of org.apache.maven.reporting is defined the 
MavenMultiPageReport interface. How to use it with the maven-site-plugin 
?

Thanks for your help.
Didier

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


Re: [maven-site-plugin] Is there a MavenMultiPage example ?

Posted by Hervé BOUTEMY <he...@free.fr>.
Hi,

I must confess I don't know any report plugin doing a multi-page: if someone 
knows about any eisting report plugin, don't hesitate to share.

But the general idea is that with the SinkFactory instance you get from 
MavenMultiPageReport.generate( Sink sink, SinkFactory sinkFactory, Locale 
locale ) call, you can create any additional Sink you need for additional 
pages.

Regards,

Hervé

Le jeudi 20 avril 2017, 14:46:38 CEST dcruette@qualitesys.com a écrit :
> Hi
> I am used to produce Maven Site static Html reports. I wish to produce
> multi pages reports (one report page per source code for example). In
> version 2.1.1 of org.apache.maven.reporting is defined the
> MavenMultiPageReport interface. How to use it with the maven-site-plugin
> ?
> 
> Thanks for your help.
> Didier
> 
> ---------------------------------------------------------------------
> 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