maven 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를 사용해야 할 필요가 있어 보입니다.