美文网首页
maven打包跳过测试

maven打包跳过测试

作者: WESTWALL | 来源:发表于2018-05-04 17:56 被阅读0次
          <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

    相关文章

      网友评论

          本文标题:maven打包跳过测试

          本文链接:https://www.haomeiwen.com/subject/qjqjrftx.html