maven 怪事

原创
2014/09/10 18:30
阅读数 108

引入了

<dependency>

             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.11</version>
             <scope>test</scope>

</dependency>


test 下的测试类 在 mvn test时就不执行了

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
0
分享
返回顶部
顶部