You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2012/07/12 15:02:03 UTC

svn commit: r1360660 - /commons/sandbox/graph/trunk/pom.xml

Author: marcosperanza
Date: Thu Jul 12 13:02:03 2012
New Revision: 1360660

URL: http://svn.apache.org/viewvc?rev=1360660&view=rev
Log:
Added taglist plugin

Modified:
    commons/sandbox/graph/trunk/pom.xml

Modified: commons/sandbox/graph/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/graph/trunk/pom.xml?rev=1360660&r1=1360659&r2=1360660&view=diff
==============================================================================
--- commons/sandbox/graph/trunk/pom.xml (original)
+++ commons/sandbox/graph/trunk/pom.xml Thu Jul 12 13:02:03 2012
@@ -223,6 +223,11 @@
         </configuration>
         <!--Use default rules-->
       </plugin>
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>taglist-maven-plugin</artifactId>
+        <version>2.4</version>
+      </plugin>
     </plugins>
   </reporting>