Maven编译代码的时候跳过单元测试

Maven编译代码的时候跳过单元测试

<properties>
    <maven.test.skip>true</maven.test.skip>
</properties>
原文地址:https://www.cnblogs.com/dushenzi/p/10654898.html