Web Spring 전정프

Eclipse 이클립스 maven 메이븐 충돌 conflict

zeuz 2020. 11. 16. 15:37
반응형

java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException:

 

1. 아무 경로에 settings.xml 파일 생성

 

<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
                      http://maven.apache.org/xsd/settings-1.0.0.xsd">



  <localRepository>[원하는 경로]</localRepository>
  
  <localRepository>${user.home}/.m2/repository2</localRepository> //예시


</settings>

2. 이클립스

window -> preferences -> maven 검색 -> user Settings -> user Settings 생성한 settings.xml 선택

 

3.Local Repository 경로 확인 후 적용

반응형