STS(Spring Tool Suite)에서 잘 사용하던 maven-dependency-plugin이 Eclipse Kepler에서 다음 오류가 나왔습니다.
maven-dependency-plugin (goals "copy-dependencies", "unpack") is not supported by m2e.
버전을 확인해보니.. STS는 Eclipse Mars.1을 사용하고 다음과 같이 m2e의 버전이 다른것을 확인했습니다.
Eclipse Kepler
STS
Eclipse Kepler에서 m2e를 upgrade를 진행할려고
http://download.eclipse.org/technology/m2e/releases 이 주소를 이용해서 Install New Sotfware... 를 진행했지만 설치가 되지않고 실패하였습니다.
그래서 다음과 같이 Windows - Prefrences에 들어가서
Maven - Discovery를 선택하고 Open Catalog를 클릭한다음
m2e Marketplace에서
m2e connector for maven-dependency-plugin를 설치하여 오류를 해결하였습니다.
'tool' 카테고리의 다른 글
Mapped Statements collection does not contain value in IntelliJ (0) | 2020.05.13 |
---|---|
MS-SQL query formatting (0) | 2013.03.20 |
eclipse workspace 경로표시 (1) | 2009.08.26 |
WTP의 Server View 사용하기 (1) | 2009.04.07 |
eclipse Tip encoding-type 변경 (0) | 2008.03.06 |