You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ct...@apache.org on 2009/05/24 06:21:36 UTC

svn commit: r778079 - /continuum/branches/continuum-1.3.x/pom.xml

Author: ctan
Date: Sun May 24 04:21:36 2009
New Revision: 778079

URL: http://svn.apache.org/viewvc?rev=778079&view=rev
Log:
exclude validator classes from generating javadocs because it needs the commons-logging artifact which is a banned dependency

Modified:
    continuum/branches/continuum-1.3.x/pom.xml

Modified: continuum/branches/continuum-1.3.x/pom.xml
URL: http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/pom.xml?rev=778079&r1=778078&r2=778079&view=diff
==============================================================================
--- continuum/branches/continuum-1.3.x/pom.xml (original)
+++ continuum/branches/continuum-1.3.x/pom.xml Sun May 24 04:21:36 2009
@@ -86,6 +86,7 @@
             -postfixpackage -nodefontsize 9
             -nodefontpackagesize 7
           </additionalparam>
+          <excludePackageNames>*.validator</excludePackageNames>
         </configuration>
       </plugin>
       <plugin>