How about the <aggregate>true</aggregate>?

        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-javadoc-plugin</artifactId>
            <configuration>
                <show>protected</show>
                <aggregate>true</aggregate>
                <doclet>gr.spinellis.umlgraph.doclet.UmlGraphDoc</doclet>
                <docletArtifact>
                    <groupId>gr.spinellis</groupId>
                    <artifactId>UmlGraph</artifactId>
                    <version>4.8</version>
                </docletArtifact>
                <additionalparam>
                    -inferrel
                    -inferdep
                    -hide java.*
                    -collpackages java.util.*
                    -qualify
                    -postfixpackage
                    -nodefontsize 9
                    -nodefontpackagesize 7
                    -all
                    -views
                </additionalparam>
            </configuration>
        </plugin>


On Nov 12, 2007 5:45 PM, Mick Knutson <[EMAIL PROTECTED]> wrote:
> Can you show me what you did? I want to do this, but can't find any working
> examples.
>
>
> On 11/12/07, Joerg Hohwiller <[EMAIL PROTECTED]> wrote:
> >
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Hi there,
> >
> > I want to have an aggregated javadoc for my entire project as well as
> > javadocs
> > per module.
> > I did this by adding the javadoc plugin twice to the reporting section.
> > Is this sick? Is there an other way to do this?
> >
> > Thanks
> >   Jörg
> > -----BEGIN PGP SIGNATURE-----
> > Version: GnuPG v1.4.5 (GNU/Linux)
> > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> >
> > iD8DBQFHOLV/mPuec2Dcv/8RAlkDAJ42lSIlHUm7gw8970g4lHnlzAA2zACfU66m
> > HREktx7IlCcrxnRXwMduuAk=
> > =RFak
> > -----END PGP SIGNATURE-----
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
>
>
> --
>
> Thanks,
> Mick Knutson
>
> http://www.baselogic.com
> http://www.blincmagazine.com
> http://www.djmick.com
> http://www.myspace.com/mickknutson
> http://www.myspace.com/djmick_dot_com
> http://www.myspace.com/sexybeotches
> http://www.thumpradio.com
> ---
>

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

Reply via email to