Maven???????????????????????
???????????? ???????[ 2014/6/11 14:50:45 ] ???????????????
????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??
??????
???·???
??????????????????
2023/3/23 14:23:39???д?ò??????????
2023/3/22 16:17:39????????????????????Щ??
2022/6/14 16:14:27??????????????????????????
2021/10/18 15:37:44???????????????
2021/9/17 15:19:29???·???????·
2021/9/14 15:42:25?????????????
2021/5/28 17:25:47??????APP??????????
2021/5/8 17:01:11