You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Dinko Hadzic <Di...@teleca.no> on 2004/10/20 12:06:57 UTC

Can Maven PDF plugin include Maven-generated reports?

Maven PDF plugin generates the PDF documentation of a project's
documentation.

 

Can the PDF plugin also include Maven generated reports like Javadoc,
Jcoverage, Tasklist etc. 

into the PDF file, or does it only work with user-written html
documentation?

 

 

Regards, Dinko

Teleca Wireless Solutions AS

 

 


Re: Can Maven PDF plugin include Maven-generated reports?

Posted by Arnaud HERITIER <ah...@gmail.com>.
Yes, you can.
You only need to add the generated html documentation in the
navigation file used for the pdf.
For example :
<item name="Purpose" href="/index.html"/>
<item name="Changes" href="/changes-report.html"/>
<item name="Dependencies" href="/dependencies.html"/>

Arnaud

On Wed, 20 Oct 2004 12:06:57 +0200, Dinko Hadzic <di...@teleca.no> wrote:
> Maven PDF plugin generates the PDF documentation of a project's
> documentation.
> 
> Can the PDF plugin also include Maven generated reports like Javadoc,
> Jcoverage, Tasklist etc.
> 
> into the PDF file, or does it only work with user-written html
> documentation?
> 
> Regards, Dinko
> 
> Teleca Wireless Solutions AS
> 
>

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