Skipping Tests With Maven

maven 2022. 3. 8. 18:16


- build 옵션에 옵션 추가
mvn -Dmaven.test.skip=true

mvn -DskipTests

https://maven.apache.org/surefire/maven-surefire-plugin/examples/skipping-tests.html






Posted by 張's blog
,