On Sun, Oct 19, 2008 at 5:38 PM, Chris <[EMAIL PROTECTED]> wrote: > How do I get the javadoc plugin to do only certain classes? > > The Ant javadoc task does it by letting you pass in a <fileset>. I can't > find the equivalent in Maven. >
The Javadoc plugin has pretty limited examples, but it looks like you can control a fair bit using the configuration listed here: http://maven.apache.org/plugins/maven-javadoc-plugin/apidocs/org/apache/maven/plugin/javadoc/package-summary.html As referenced on this page: http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html -- Geoffrey Wiseman
