码迷,mamicode.com
首页 > 系统相关 > 详细

eclipse使用maven打包时去掉测试类

时间:2018-05-26 15:33:44      阅读:230      评论:0      收藏:0      [点我收藏+]

标签:font   artifact   group   AC   col   clip   plugin   conf   测试   

 

eclipse使用maven打包时去掉测试类

在pom.xml文件中增加如下配置:

<plugin>  
  <groupId>org.apache.maven.plugins</groupId>  
  <artifactId>maven-surefire-plugin</artifactId>   
  <configuration>   
     <skip>true</skip>  
  </configuration>  
</plugin>

 

eclipse使用maven打包时去掉测试类

标签:font   artifact   group   AC   col   clip   plugin   conf   测试   

原文地址:https://www.cnblogs.com/taiguyiba/p/9092874.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!