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>