maven 연동문제
- 작성자 :
- 서*문
- 작성일 :
- 2013-05-07 16:59:15
- 조회수 :
- 1,343
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
pom.xml의 aspectjweaver 버전의 jar파일이 없어서 1.6.11로 변경했고요
아래의 Error가 발생하는데요, 같은 문제에 대한 답변이 있어서 주석하려고 보니까
pom.xml에는 이미 반영된것 같더라구요.
첨부파일을 확인해보시고 답변부탁드립니다.
Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.10 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.10 from/to central (http://repo.maven.apache.org/maven2): connection timed out to http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.10/maven-surefire-plugin-2.10.pom
아래의 Error가 발생하는데요, 같은 문제에 대한 답변이 있어서 주석하려고 보니까
pom.xml에는 이미 반영된것 같더라구요.
첨부파일을 확인해보시고 답변부탁드립니다.
Failure to transfer org.apache.maven.plugins:maven-surefire-plugin:pom:2.10 from http://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.maven.plugins:maven-surefire-plugin:pom:2.10 from/to central (http://repo.maven.apache.org/maven2): connection timed out to http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.10/maven-surefire-plugin-2.10.pom
A
안녕하세요. 서보문님
eclipse에서 사용하는 maven 버전을 3.0.4 이상 버전으로 변경해 보시고
아래 해당 maven repository 위치에
org\apache\maven\plugins\maven-surefire-plugin\2.10
maven-surefire-plugin-2.10.jar 파일이 존재하는 지 확인해 보시기 바랍니다.
고맙습니다.
eclipse에서 사용하는 maven 버전을 3.0.4 이상 버전으로 변경해 보시고
아래 해당 maven repository 위치에
org\apache\maven\plugins\maven-surefire-plugin\2.10
maven-surefire-plugin-2.10.jar 파일이 존재하는 지 확인해 보시기 바랍니다.
고맙습니다.