You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2011/11/06 19:54:53 UTC

svn commit: r1198530 - /webservices/commons/trunk/modules/axiom/pom.xml

Author: veithen
Date: Sun Nov  6 18:54:53 2011
New Revision: 1198530

URL: http://svn.apache.org/viewvc?rev=1198530&view=rev
Log:
Exclude the implementation classes (LLOM and DOOM) from the generated Javadoc in order to encourage users to use the public API.

Modified:
    webservices/commons/trunk/modules/axiom/pom.xml

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=1198530&r1=1198529&r2=1198530&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Sun Nov  6 18:54:53 2011
@@ -317,7 +317,7 @@
                         <link>http://download.oracle.com/docs/cd/E17802_01/webservices/webservices/docs/1.5/api/</link>
                         <link>http://jaxen.codehaus.org/apidocs/</link>
                     </links>
-                    <excludePackageNames>org.apache.axiom.test:org.apache.axiom.testutils:org.jaxen.test</excludePackageNames>
+                    <excludePackageNames>org.apache.axiom.test:org.apache.axiom.testutils:org.jaxen.test:org.apache.axiom.om.impl.common*,org.apache.axiom.om.impl.llom*:org.apache.axiom.soap.impl.llom*:org.apache.axiom.om.impl.dom*:org.apache.axiom.soap.impl.dom*</excludePackageNames>
                     <breakiterator>true</breakiterator>
                 </configuration>
             </plugin>