摘要: 这里用到了3个插件,sonar-maven-plugin、jacoco-maven-plugin、maven-surefire-plugin,简单介绍一下功能: sonar-maven-plugin:代码扫描、分析出不规代码,配合jacoco-maven-plugin可以显示出junit单元测试覆盖 阅读全文
posted @ 2020-05-07 17:25 雷雨客 阅读(3267) 评论(0) 推荐(0)
摘要: 直接上配置,项目pom.xml文件中添加插件: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>2.19</version> <d 阅读全文
posted @ 2020-05-07 16:36 雷雨客 阅读(1410) 评论(0) 推荐(0)