You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by tr...@apache.org on 2006/02/24 10:44:39 UTC

svn commit: r380629 - /directory/trunks/mina/pom.xml

Author: trustin
Date: Fri Feb 24 01:44:36 2006
New Revision: 380629

URL: http://svn.apache.org/viewcvs?rev=380629&view=rev
Log:
Excluded unnecessary packages from JavaDoc


Modified:
    directory/trunks/mina/pom.xml

Modified: directory/trunks/mina/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/mina/pom.xml?rev=380629&r1=380628&r2=380629&view=diff
==============================================================================
--- directory/trunks/mina/pom.xml (original)
+++ directory/trunks/mina/pom.xml Fri Feb 24 01:44:36 2006
@@ -213,7 +213,7 @@
         <artifactId>maven-site-plugin</artifactId>
       </plugin>
       <plugin>
-        <inherited>false</inherited>
+        <!-- <inherited>false</inherited> -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
         <executions>
@@ -221,7 +221,7 @@
             <phase>site</phase>
             <configuration>
               <tasks>
-                <javadoc destdir="target/site/apidocs" author="true" use="true" windowtitle="Apache MINA API Documentation" encoding="UTF-8" docencoding="UTF-8">
+                <javadoc destdir="target/site/apidocs" author="true" use="true" windowtitle="Apache MINA API Documentation" encoding="UTF-8" docencoding="UTF-8" locale="en_US">
                   <package name="org.apache.mina.*"/>
                   <excludepackage name="**.support"/>
 
@@ -231,6 +231,8 @@
                       <exclude name="examples/**" />
                     </dirset>
                   </sourcepath>
+
+                  <classpath refid="maven.dependency.classpath" />
 
                   <link href="http://java.sun.com/j2se/1.5.0/docs/api/" />
                   <link href="http://static.springframework.org/spring/docs/1.2.x/api/" />