????includes????????????excludes???????????????????????????????**????????????·????*?????????
????Junit??????????棺

 

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.12.2</version>
<configuration>
<showSuccess>false</showSuccess>
</configuration>
</plugin>
</plugins>
</reporting>

????????????????????txt???????html???????????????mvn surefire-report:report. ?????target/site????????html?????
?????????????????????maven-surefire-plugin???????????txt??xml?????????????html?????????maven-surefire-report-plugin
????4.  ???????
??????????????????????????????????????????????????????檔????????????
????1.  mvn cobertura:cobertura
????pom????

 

<project>
...
<reporting>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.5.1</version>
</plugin>
</plugins>
</reporting>
...
</project>

????????????
????mvn cobertura:help          ??cobertura????????
????mvn cobertura:clean         ???cobertura??????н??
????mvn cobertura:check         ????cobertura????????
????mvn cobertura:cobertura     ????cobertura??????????????????????????target/site/cobertura????
????cobertura:dump-datafile     Cobertura Datafile Dump Mojo
????mvn cobertura:instrument    Instrument the compiled classes
??????target??????3????????site???????????????????????????????????????檔
??????????????ο???http://zhanshenny.iteye.com/blog/1440571
????5.  ???
????????????????Maven???????????????????????????????????????檔??????????????????????ò?????????????????????????????£???????????????????????????????????????????????2:1??