[portal-commits] JBoss Portal SVN: r11882 - modules/web/tags/JBP_WEB_1_2_1.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Thu Sep 11 07:23:51 EDT 2008


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

Modified:
   modules/web/tags/JBP_WEB_1_2_1/pom.xml
Log:
minor


Modified: modules/web/tags/JBP_WEB_1_2_1/pom.xml
===================================================================
--- modules/web/tags/JBP_WEB_1_2_1/pom.xml	2008-09-11 11:23:36 UTC (rev 11881)
+++ modules/web/tags/JBP_WEB_1_2_1/pom.xml	2008-09-11 11:23:51 UTC (rev 11882)
@@ -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