Author: veithen Date: Wed Dec 15 22:14:52 2010 New Revision: 1049729 URL: http://svn.apache.org/viewvc?rev=1049729&view=rev Log: Enabled Javadoc generation for the Maven site.
Modified: axis/axis2/java/sandesha/trunk/pom.xml Modified: axis/axis2/java/sandesha/trunk/pom.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/pom.xml?rev=1049729&r1=1049728&r2=1049729&view=diff ============================================================================== --- axis/axis2/java/sandesha/trunk/pom.xml (original) +++ axis/axis2/java/sandesha/trunk/pom.xml Wed Dec 15 22:14:52 2010 @@ -122,6 +122,21 @@ <artifactId>maven-surefire-plugin</artifactId> <version>2.2</version> </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <version>2.7</version> + <executions> + <execution> + <id>site-javadoc</id> + <phase>site</phase> + <goals> + <goal>aggregate</goal> + </goals> + </execution> + </executions> + </plugin> </plugins> <pluginManagement> <plugins>