Author: simonetripodi
Date: Mon Jul  8 16:53:54 2013
New Revision: 1500836

URL: http://svn.apache.org/r1500836
Log:
[CHAIN-106] JavaDoc report contains JavaDocs of cookbook examples

initial attempt of excluding undesired apidocs be published

Modified:
    commons/proper/chain/trunk/pom.xml

Modified: commons/proper/chain/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/chain/trunk/pom.xml?rev=1500836&r1=1500835&r2=1500836&view=diff
==============================================================================
--- commons/proper/chain/trunk/pom.xml (original)
+++ commons/proper/chain/trunk/pom.xml Mon Jul  8 16:53:54 2013
@@ -227,6 +227,7 @@
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <aggregate>true</aggregate>
+          
<excludePackageNames>org.apache.commons.chain2.cookbook:org.apache.commons.chain2.apps</excludePackageNames>
         </configuration>
       </plugin>
 


Reply via email to