I am trying to use the javadoc plugin group tag to separate the
aggregated project's javadocs into two sections (groups).  Using the
following as an example:

<groups>
   <group>
      <title>Core Packages</title>
         <packages>org.apache.maven.plugin.javadoc.test1</packages>
   </group>
   <group>
      <title>Extension Packages</title>
        <packages>org.apache.maven.plugin.javadoc.test2</packages>
   </group>
</groups>

Questions:
1. Can I have more than one <packages> per group?  It does not seem to
allow this.  It seems that <packages> should allow nested <package>
where any namespace could be specified but it seems to require some
entry for <packages>.  It is not clear if this is supported somehow or
not.
2. Can I use wildcards in the packages name?  I.e.
org.apache.maven.plugin.javadoc.*  When I do this it excludes the base
package!  How can I say I want all javadocs for namespace
org.apache.maven.plugin.javadoc and below?
3. If the answer to 1 is no then can I have groups with the same title?
It does not seem to allow this.

I am trying to use this to group the generated javadocs into logical
sections but there is so little apparent flexibility I cannot achieve
the desired results.

Any help would be greatly appreciated.

-dh





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to