Author: bdaw
Date: 2008-10-22 18:55:57 -0400 (Wed, 22 Oct 2008)
New Revision: 116
Modified:
trunk/pom.xml
Log:
add javadoc generation to the build
Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml 2008-10-22 15:46:57 UTC (rev 115)
+++ trunk/pom.xml 2008-10-22 22:55:57 UTC (rev 116)
@@ -21,4 +21,21 @@
<module>identity-impl</module>
<module>assembly</module>
</modules>
+
+ <reporting>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <configuration>
+
+ <aggregate>true</aggregate>
+
<excludePackageNames>org.jboss.identity.impl</excludePackageNames>
+ </configuration>
+ </plugin>
+ </plugins>
+
+ </reporting>
+
+
</project>
Show replies by date