You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2012/08/04 21:29:14 UTC

svn commit: r1369416 - /maven/doxia/doxia-sitetools/trunk/pom.xml

Author: hboutemy
Date: Sat Aug  4 19:29:13 2012
New Revision: 1369416

URL: http://svn.apache.org/viewvc?rev=1369416&view=rev
Log:
added groups to javadoc

Modified:
    maven/doxia/doxia-sitetools/trunk/pom.xml

Modified: maven/doxia/doxia-sitetools/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia-sitetools/trunk/pom.xml?rev=1369416&r1=1369415&r2=1369416&view=diff
==============================================================================
--- maven/doxia/doxia-sitetools/trunk/pom.xml (original)
+++ maven/doxia/doxia-sitetools/trunk/pom.xml Sat Aug  4 19:29:13 2012
@@ -399,6 +399,22 @@ under the License.
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
             <version>2.8</version>
+            <configuration>
+              <groups>
+                <group>
+                  <title>Doxia Document Renderer</title>
+                  <packages>org.apache.maven.doxia.docrenderer*</packages>
+                </group>
+                <group>
+                  <title>Doxia Site Renderer</title>
+                  <packages>org.apache.maven.doxia.siterenderer*</packages>
+                </group>
+                <group>
+                  <title>Doxia Decoration Model</title>
+                  <packages>org.apache.maven.doxia.site.decoration*</packages>
+                </group>
+              </groups>
+            </configuration>
             <reportSets>
               <reportSet>
                 <id>non-aggregate</id>