maven build fail - plugin을 다운로드할수 없음
Posted 2019. 1. 22. 09:19maven build를 하는중 오류가 발생했습니다.
사용된 plugin 은 maven-jar-plugin, maven-dependency-plugin 입니다.
아무래도 copy-dependency에 사용되는 maven-dependency-plugin에서 오류가 발생하는듯 합니다.
오류메시지는 다음과 같습니다.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy-dependencies (copy) on project xxxx-jar-client: Execution copy of goal org.apache.maven.plugins:maven-dependency-plugin:2.8:copy-dependencies failed: Plugin org.apache.maven.plugins:maven-dependency-plugin:2.8 or one of its dependencies could not be resolved: Could not transfer artifact org.apache.maven.wagon:wagon-provider-api:jar:1.0-alpha-6 from/to central (https://repo.maven.apache.org/maven2): Received fatal alert: protocol_version -> [Help 1]
plugin 버전도 변경해보고, maven 버전도 업데이트해보았으나 여전히 오류가 발생합니다.
사용하던 eclipse 버전은 mars.2 입니다.
분명 이전에 다른 pc에서는 다 되던 build였는데, 이해가 안되서 pc에 설치되어 있던(비교적 최신버전이) sts에서 실행해 보았습니다.
결과는 성공
결론은 eclipse버전 및 eclipse plugin문제가 아닌가 싶습니다.
때론 최신버전의 eclipse를 사용해야 할 필요가 있어 보입니다.
'개발노트 > MAVEN' 카테고리의 다른 글
maven-surefire-plugin 에러 (0) | 2020.07.02 |
---|---|
oracle jdbc driver를 로컬 저장소에서 가져오도록 설정 (0) | 2018.09.13 |
maven 빌드시 개발/운영 분리 및 정적리소스 제외 pom.xml 설정 (0) | 2018.04.13 |
maven war build시 source 포함시키기 (0) | 2014.02.25 |
maven TemplateProject Remote 제공목록 (2014년01월 기준) (0) | 2014.01.24 |
- Filed under : 개발노트/MAVEN