[portal-commits] JBoss Portal SVN: r11884 - modules/cms/trunk.
portal-commits at lists.jboss.org
portal-commits at lists.jboss.org
Thu Sep 11 09:32:40 EDT 2008
Author: thomas.heute at jboss.com
Date: 2008-09-11 09:32:40 -0400 (Thu, 11 Sep 2008)
New Revision: 11884
Modified:
modules/cms/trunk/pom.xml
Log:
minor
Modified: modules/cms/trunk/pom.xml
===================================================================
--- modules/cms/trunk/pom.xml 2008-09-11 13:32:40 UTC (rev 11883)
+++ modules/cms/trunk/pom.xml 2008-09-11 13:32:40 UTC (rev 11884)
@@ -29,4 +29,17 @@
<module>build</module>
<module>cms-jackrabbit</module>
</modules>
-</project>
\ No newline at end of file
+
+ <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