You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2016/11/07 10:00:22 UTC

svn commit: r1768472 - /directory/shared/trunk/pom.xml

Author: elecharny
Date: Mon Nov  7 10:00:22 2016
New Revision: 1768472

URL: http://svn.apache.org/viewvc?rev=1768472&view=rev
Log:
Updated the pom to generate the Javadocs properly

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1768472&r1=1768471&r2=1768472&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Mon Nov  7 10:00:22 2016
@@ -643,7 +643,6 @@
         <configuration>
           <windowtitle>Apache LDAP API ${project.version} API Documentation</windowtitle>
           <doctitle>Apache LDAP API ${project.version} API Documentation</doctitle>
-          <sourcepath>${project.basedir}/src/main/java</sourcepath>
           <minmemory>512m</minmemory>
           <maxmemory>1g</maxmemory>
           <linksource>true</linksource>