You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2012/03/25 20:09:00 UTC

svn commit: r1305088 - in /axis/axis1/java/trunk: pom.xml src/site/site.xml

Author: veithen
Date: Sun Mar 25 18:09:00 2012
New Revision: 1305088

URL: http://svn.apache.org/viewvc?rev=1305088&view=rev
Log:
Configured Javadoc.

Modified:
    axis/axis1/java/trunk/pom.xml
    axis/axis1/java/trunk/src/site/site.xml

Modified: axis/axis1/java/trunk/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/pom.xml?rev=1305088&r1=1305087&r2=1305088&view=diff
==============================================================================
--- axis/axis1/java/trunk/pom.xml (original)
+++ axis/axis1/java/trunk/pom.xml Sun Mar 25 18:09:00 2012
@@ -158,6 +158,24 @@
                     </reportSet>
                 </reportSets>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-javadoc-plugin</artifactId>
+                <version>2.8.1</version>
+                <reportSets>
+                    <reportSet>
+                        <id>aggregate</id>
+                        <reports>
+                            <report>aggregate</report>
+                        </reports>
+                        <configuration>
+                            <source>1.4</source>
+                            <excludePackageNames>test.*:samples.*</excludePackageNames>
+                            <destDir>apiDocs</destDir>
+                        </configuration>
+                    </reportSet>
+                </reportSets>
+            </plugin>
         </plugins>
     </reporting>
     <properties>

Modified: axis/axis1/java/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/axis/axis1/java/trunk/src/site/site.xml?rev=1305088&r1=1305087&r2=1305088&view=diff
==============================================================================
--- axis/axis1/java/trunk/src/site/site.xml (original)
+++ axis/axis1/java/trunk/src/site/site.xml Sun Mar 25 18:09:00 2012
@@ -48,6 +48,7 @@
             <item name="Mailing Lists" href="mail-lists.html"/>
             <item name="Source Repository" href="source-repository.html"/>
             <item name="Dependencies" href="core/dependencies.html"/>
+            <item name="Javadocs" href="apiDocs/index.html"/>
         </menu>
         <menu name="Downloads">
             <item name="Releases" href="releases.html"/>