users@grizzly.java.net

JavaDocs

From: Richard Corbin <igf1_at_yahoo.com>
Date: Tue, 28 Oct 2008 19:29:27 -0700 (PDT)

<plugin>
        <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-javadoc-plugin</artifactId>
            <configuration>
                <aggregate>true</aggregate>
            </configuration>
</plugin>


if you add this to the pom it will aggregate the javadocs in the artifacts (thats what I just did)