瀏覽代碼

Added Cobertura test coverage report

peter_backlund 18 年之前
父節點
當前提交
0757785b7c
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5
    1
      dddsample/pom.xml

+ 5
- 1
dddsample/pom.xml 查看文件

@@ -365,7 +365,11 @@
365 365
       <plugin>
366 366
         <artifactId>maven-surefire-report-plugin</artifactId>
367 367
       </plugin>
368
+      <!-- Test coverage -->
369
+      <plugin>
370
+        <groupId>org.codehaus.mojo</groupId>
371
+        <artifactId>cobertura-maven-plugin</artifactId>
372
+      </plugin>
368 373
     </plugins>
369 374
   </reporting>
370
-
371 375
 </project>