Author: jim.ma
Date: 2011-06-17 05:59:37 -0400 (Fri, 17 Jun 2011)
New Revision: 14574
Removed:
api/trunk/doc/
Modified:
api/trunk/pom.xml
Log:
[JBWS-2709]:Generate javadoc with maven plugin
Modified: api/trunk/pom.xml
===================================================================
--- api/trunk/pom.xml 2011-06-16 19:42:44 UTC (rev 14573)
+++ api/trunk/pom.xml 2011-06-17 09:59:37 UTC (rev 14574)
@@ -51,6 +51,20 @@
<autoVersionSubmodules>true</autoVersionSubmodules>
</configuration>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-javadoc-plugin</artifactId>
+ <version>2.8</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>jar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
</plugins>
</build>
Show replies by date