mvn install -DskipTests,不執行測試用例,但編譯測試用例類生成相應的class文件至target/test-classes下。maven
mvn install -Dmaven.test.skip=true,不執行測試用例,也不編譯測試用例類。測試