Author: amaniatis
Date: Fri Dec 11 07:30:04 2009
New Revision: 889521

URL: http://svn.apache.org/viewvc?rev=889521&view=rev
Log:
Add clover plugin to the pom.

Modified:
    cayenne/main/trunk/pom.xml

Modified: cayenne/main/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/cayenne/main/trunk/pom.xml?rev=889521&r1=889520&r2=889521&view=diff
==============================================================================
--- cayenne/main/trunk/pom.xml (original)
+++ cayenne/main/trunk/pom.xml Fri Dec 11 07:30:04 2009
@@ -636,7 +636,23 @@
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-checkstyle-plugin</artifactId>
                        </plugin>
-
+                       
+                       <plugin>
+                               <groupId>com.atlassian.maven.plugins</groupId>
+                               <artifactId>maven-clover2-plugin</artifactId>
+                       </plugin>
+                       
+                       <plugin>
+                               <groupId>org.codehaus.mojo</groupId>
+                               <artifactId>findbugs-maven-plugin</artifactId>
+                               <version>2.2</version>
+                               <configuration>
+                                       
<findbugsXmlOutput>true</findbugsXmlOutput>
+                                       
<findbugsXmlWithMessages>true</findbugsXmlWithMessages>
+                                       <xmlOutput>true</xmlOutput>
+                               </configuration>
+                       </plugin>
+                       
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-pmd-plugin</artifactId>


Reply via email to