You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by bs...@apache.org on 2007/09/15 01:18:27 UTC

svn commit: r575822 - /commons/proper/email/trunk/pom.xml

Author: bspeakmon
Date: Fri Sep 14 16:18:25 2007
New Revision: 575822

URL: http://svn.apache.org/viewvc?rev=575822&view=rev
Log:
- added clirr plugin to reports

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

Modified: commons/proper/email/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/pom.xml?rev=575822&r1=575821&r2=575822&view=diff
==============================================================================
--- commons/proper/email/trunk/pom.xml (original)
+++ commons/proper/email/trunk/pom.xml Fri Sep 14 16:18:25 2007
@@ -292,6 +292,10 @@
                     <configLocation>conf/checkstyle.xml</configLocation>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>org.codehaus.mojo</groupId>
+                <artifactId>clirr-maven-plugin</artifactId>
+            </plugin>
         </plugins>
     </reporting>