You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Sebastiaan van Erk <se...@sebster.com> on 2008/05/08 17:29:47 UTC

Problem with javadoc plugin, exclude and aggregate

Hi,

I'm using the javadoc plugin to generate aggregated docs. However due to 
an exclude, one of the child modules has no more classes to javadoc 
left, and mvn fails with the error:

Constructing Javadoc information...
1 error
[INFO] 
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] 
------------------------------------------------------------------------
[INFO] Error while creating archive:Exit code: 1 - javadoc: error - No 
public or protected classes found to document.

Is there anything I can do about this?

Thanks in advance for any help
Regards,

Sebastiaan