티스토리 뷰
Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.2:test (default-test) on project app: There are test failures.
오류 발생 시 플러그인 추가하라는 둥 별의 별 방법을 다 사용해 봤지만 해결되지 않았다.
인스톨 시에 테스트를 스킵 해 버리는 방식으로 오류 해결!
mvn clean install -DskipTests
해당 방식으로 진행하면 오류없이 빌드가 가능하다.
'프로그래밍 > JSP/SPRING' 카테고리의 다른 글
[Spring Boot/Thymeleaf] Exception processing template (4) | 2021.06.26 |
---|---|
심각: Error configuring application listener of class org.springframework.web.context.ContextLoaderListener (0) | 2018.08.02 |
[Spring/Maven Error] RequestMapping cannot be resolved to a type (0) | 2017.11.03 |
[Spring/Maven Error] Eclipse Spring context 파일에 원인 모를 에러 발생시 (0) | 2017.11.03 |
JSP Servlet mapping 간단하게 하기! (0) | 2015.11.27 |
댓글