The javadoc plugin has a property for excluding packages, but it doesn't work (see http://jira.codehaus.org/browse/MNG-1768). The patch I attached to that jira issue fixes the problem by removing the source files for the excluded packages from the list given to the javadoc tool, which might address what you're looking for.
..David.. -----Original Message----- From: Benedict Heal [mailto:[EMAIL PROTECTED] Sent: Thursday, December 15, 2005 8:18 AM To: Maven Users List Subject: [m2] restricting javadoc Is it possible to get a javadoc report of just some of the source files? Currently, because of jar issues, my source tree contains stuff that won't compile. I can restrict the compiler and surefire to omit parts of the source tree, but cannot see how to restrict javadoc. At present, I get NPEs from javadoc on some of the compilation errors, and end up with no report. Thanks, Benedict --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
