[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18.1:test (default-test) on project MarkCommunity: There are test failures.

[ERROR] 

[ERROR] Please refer to /Users/myeongboseo/spring/MarkCommunity/target/surefire-reports for the individual test results.

[ERROR] -> [Help 1]

[ERROR] 

[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.

[ERROR] Re-run Maven using the -X switch to enable full debug logging.

[ERROR] 

[ERROR] For more information about the errors and possible solutions, please read the following articles:

[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException



Spring Boot 빌드를 하면 정상적으로 빌드되고 프로젝트도 동작을 하지만


maven 빌드를 하면 위와 같은 오류가 발생하였습니다.


위 같은 오류는 여러가지 이유가 있었지만 저는 spring boot를 최초 생성할때 package의 경로와


application class 의 경로가 일치하지 않아서 발생하여,


package경로와 Application class의 위치가 일치하니 정상적으로 동작합니다.

'개발' 카테고리의 다른 글

Unity 화면밖으로 객체가 나갈경우 이벤트  (0) 2016.12.17
Unity3d Time 클래스  (0) 2016.12.17
swift Imageview not antialias  (0) 2016.06.03
jsoup 403 error  (0) 2015.11.23
JAVA 클래스의 초기화 타이밍에 관한 고찰  (0) 2015.10.29

+ Recent posts