maven打包跳过测试

2018-05-04  本文已影响0人  WESTWALL
      <plugin>  
        <groupId>org.apache.maven.plugins</groupId>  
        <artifactId>maven-surefire-plugin</artifactId>  
        <version>2.18.1</version>  
        <configuration>  
          <skipTests>true</skipTests>  
        </configuration>  
      </plugin>

原文:
https://blog.csdn.net/thc1987/article/details/42458895

上一篇下一篇

猜你喜欢

热点阅读