You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cu...@apache.org on 2012/07/05 19:15:37 UTC

svn commit: r1357742 - /aries/trunk/util/util/pom.xml

Author: cumminsh
Date: Thu Jul  5 17:15:37 2012
New Revision: 1357742

URL: http://svn.apache.org/viewvc?rev=1357742&view=rev
Log:
[ARIES-862] Exclude impls and internals from javadoc

Modified:
    aries/trunk/util/util/pom.xml

Modified: aries/trunk/util/util/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/util/util/pom.xml?rev=1357742&r1=1357741&r2=1357742&view=diff
==============================================================================
--- aries/trunk/util/util/pom.xml (original)
+++ aries/trunk/util/util/pom.xml Thu Jul  5 17:15:37 2012
@@ -117,6 +117,7 @@
               <goal>jar</goal>
             </goals>
             <configuration>
+		<excludePackageNames>*.impl:*.internal</excludePackageNames>
               <!-- switch on dependency-driven aggregation -->
               <includeDependencySources>true</includeDependencySources>