Author: ngn
Date: Tue Oct 14 13:52:58 2008
New Revision: 704680

URL: http://svn.apache.org/viewvc?rev=704680&view=rev
Log:
Make sure we only publish the public API as Javadoc (FTPSERVER-194)

Modified:
    mina/ftpserver/trunk/pom.xml

Modified: mina/ftpserver/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/ftpserver/trunk/pom.xml?rev=704680&r1=704679&r2=704680&view=diff
==============================================================================
--- mina/ftpserver/trunk/pom.xml (original)
+++ mina/ftpserver/trunk/pom.xml Tue Oct 14 13:52:58 2008
@@ -377,6 +377,9 @@
                 </goals>
                 <configuration>
                   <source>${maven.compile.source}</source>
+                 <excludePackageNames>
+                   
*.impl:org.apache.ftpserver.config.spring:org.apache.ftpserver.command.impl.listing:org.apache.ftpserver.listener.nio:org.apache.ftpserver.util
+                 </excludePackageNames>
                 </configuration>
               </execution>
             </executions>


Reply via email to