You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2011/04/07 06:39:13 UTC

svn commit: r1089735 - /commons/proper/lang/trunk/pom.xml

Author: bayard
Date: Thu Apr  7 04:39:13 2011
New Revision: 1089735

URL: http://svn.apache.org/viewvc?rev=1089735&view=rev
Log:
Defining TODO, NOTE and NOPMD as the interesting tags

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

Modified: commons/proper/lang/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/pom.xml?rev=1089735&r1=1089734&r2=1089735&view=diff
==============================================================================
--- commons/proper/lang/trunk/pom.xml (original)
+++ commons/proper/lang/trunk/pom.xml Thu Apr  7 04:39:13 2011
@@ -546,6 +546,13 @@
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
         <version>2.4</version>
+        <configuration>
+          <tags>
+            <tag>TODO</tag>
+            <tag>NOPMD</tag>
+            <tag>NOTE</tag>
+          </tags>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.codehaus.mojo</groupId>