[portal-commits] JBoss Portal SVN: r11885 - modules/web/trunk.

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


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

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


Modified: modules/web/trunk/pom.xml
===================================================================
--- modules/web/trunk/pom.xml	2008-09-11 13:32:40 UTC (rev 11884)
+++ modules/web/trunk/pom.xml	2008-09-11 13:32:44 UTC (rev 11885)
@@ -30,4 +30,16 @@
       <module>web</module>
    </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