maven.skip.test是跳过test phase,而maven.test.skip是不执行具体测试用例,仍然要经历测试阶段。它们都可以通过mvn的-D参数或profile的property设定。