[portal-commits] JBoss Portal SVN: r11886 - modules/portlet/trunk.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Thu Sep 11 09:32:51 EDT 2008


Author: thomas.heute at jboss.com
Date: 2008-09-11 09:32:51 -0400 (Thu, 11 Sep 2008)
New Revision: 11886

Modified:
   modules/portlet/trunk/pom.xml
Log:
minor


Modified: modules/portlet/trunk/pom.xml
===================================================================
--- modules/portlet/trunk/pom.xml	2008-09-11 13:32:44 UTC (rev 11885)
+++ modules/portlet/trunk/pom.xml	2008-09-11 13:32:51 UTC (rev 11886)
@@ -90,4 +90,17 @@
    <modules>
    </modules>
 
+   <reporting>
+      <plugins>
+         <plugin>
+           <groupId>org.apache.maven.plugins</groupId>
+           <artifactId>maven-javadoc-plugin</artifactId>
+           <configuration>
+              <aggregate>true</aggregate>
+           </configuration>
+         </plugin>
+      </plugins>
+  </reporting>
+
+
 </project>




More information about the portal-commits mailing list