浏览代码

Added findbugs and statcvs plugins

Carlos Sanchez 21 年之前
父节点
当前提交
61e18751c3
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      project.xml

+ 16 - 0
project.xml

@@ -243,6 +243,20 @@
                 <war.bundle>true</war.bundle>
             </properties>
         </dependency>
+
+        <!-- maven plugins -->
+        <dependency>
+            <groupId>maven-plugins</groupId>
+            <artifactId>maven-findbugs-plugin</artifactId>
+            <version>0.8.4</version>
+            <type>plugin</type>
+        </dependency>
+        <dependency>
+            <groupId>statcvs</groupId>
+            <artifactId>maven-statcvs-plugin</artifactId>
+            <version>2.5</version>
+            <type>plugin</type>
+        </dependency>
     </dependencies>
     <build>
         <sourceDirectory>${basedir}/src/main/java</sourceDirectory>
@@ -289,6 +303,8 @@
         <report>maven-tasklist-plugin</report>
         <report>maven-faq-plugin</report>
         <report>maven-clover-plugin</report>
+        <report>maven-findbugs-plugin</report>
+        <report>maven-statcvs-plugin</report>
     </reports>
     <properties/>
 </project>