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/01 23:18:23 UTC

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

Author: elecharny
Date: Tue Nov  1 23:18:23 2016
New Revision: 1767591

URL: http://svn.apache.org/viewvc?rev=1767591&view=rev
Log:
Removed commented parts

Modified:
    directory/shared/trunk/pom.xml

Modified: directory/shared/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/trunk/pom.xml?rev=1767591&r1=1767590&r2=1767591&view=diff
==============================================================================
--- directory/shared/trunk/pom.xml (original)
+++ directory/shared/trunk/pom.xml Tue Nov  1 23:18:23 2016
@@ -662,44 +662,15 @@
 
         <reportSets>
           <reportSet>
-            <id>aggregate</id>
+            <id>apidocs</id>
             <inherited>false</inherited>
             <reports>
               <report>aggregate</report>
+              <report>test-aggregate</report>
             </reports>
           </reportSet>
         </reportSets>
 
-        <!-- reportSets>
-          <reportSet>
-            <id>apidocs</id>
-            <configuration>
-              <doctitle>Apache LDAP API ${project.version} Javadoc</doctitle>
-              <windowtitle>Apache LDAP API ${project.version} Javadoc</windowtitle>
-
-              <tags>
-                <tag>
-                  <name>@todo</name>
-                  <name>TODO</name>
-                  <name>FIXME</name>
-                  <placement>a</placement>
-                  <head>To do :</head>
-                </tag>
-              </tags>
- 
-            </configuration>
- 
-            <reports>
-              <report>apidocs</report>
-            </reports>
-    
-
-            <reports>
-              <report>aggregate</report>
-              <report>test-aggregate</report>
-            </reports>
-          </reportSet>
-        </reportSets -->
       </plugin>
     </plugins>
   </reporting>