You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/04/13 02:19:13 UTC

svn commit: r647510 - /commons/proper/commons-sandbox-parent/trunk/pom.xml

Author: niallp
Date: Sat Apr 12 17:19:12 2008
New Revision: 647510

URL: http://svn.apache.org/viewvc?rev=647510&view=rev
Log:
Comment out the taglist plugin - has a bug which causes the test classes to be included in the JavaDocs and Source Xref
See http://jira.codehaus.org/browse/MTAGLIST-31

Modified:
    commons/proper/commons-sandbox-parent/trunk/pom.xml

Modified: commons/proper/commons-sandbox-parent/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-sandbox-parent/trunk/pom.xml?rev=647510&r1=647509&r2=647510&view=diff
==============================================================================
--- commons/proper/commons-sandbox-parent/trunk/pom.xml (original)
+++ commons/proper/commons-sandbox-parent/trunk/pom.xml Sat Apr 12 17:19:12 2008
@@ -53,6 +53,10 @@
         <artifactId>cobertura-maven-plugin</artifactId>
         <version>2.2</version>
       </plugin>
+
+      <!-- 
+          Removed because of MTAGLIST-31 bug
+          http://jira.codehaus.org/browse/MTAGLIST-31
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
@@ -66,6 +70,8 @@
           <aggregate>true</aggregate>
         </configuration> 
       </plugin>
+      -->
+
     </plugins>
   </reporting>
   <distributionManagement>