You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Nathan Coast <na...@shadowsolutions.co.uk> on 2003/05/14 02:22:52 UTC

excluding docs

Hi,

How can you stop some of the docs from being generated during> maven site

e.g. xref

thanks
Nathan


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


RE: excluding docs

Posted by Aslak Hellesoy <as...@netcom.no>.
Override the defaults in your project.xml:

<project>
  <reports>
    <report>maven-license-plugin</report>
    <report>maven-javadoc-plugin</report>
  </reports>
</project>

Also see http://maven.apache.org/reference/user-guide.html#Reports

Aslak

> -----Original Message-----
> From: Nathan Coast [mailto:nathan.coast@shadowsolutions.co.uk]
> Sent: 14. mai 2003 02:23
> To: Maven Users
> Subject: excluding docs
> 
> 
> Hi,
> 
> How can you stop some of the docs from being generated during> maven site
> 
> e.g. xref
> 
> thanks
> Nathan
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 

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