You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mvn install -Dmaven.test.skip=true // 패키지 생성을 하지 않을 경우 sub-module 실행 오류 발생
mvn test -pl sub-module -Dtest=ClassTest // 지정 테스트 클래스 실행
mvn test -pl sub-module -Dtest=ClassTest#testMethod* // 지정 테스트 클래스의 테스트 실행
mvn test -pl sub-module // 서브모듈 실행
mvn test // 전체 모듈 테스트 실행