maven 빌드 에러
- 작성자 :
- 김*우
- 작성일 :
- 2013-04-03 19:32:36
- 조회수 :
- 7,096
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
전자정부 프레임워크를 처음 공부하고 있는 학생입니다.
프로젝트 생성후 maven 빌드시
Failed to execute goal on project aaaa: Could not resolve dependencies for project ddd:aaaa:war:1.0.0: The following artifacts could not be resolved: smeapi:smeapi:jar:2.5, egovframework.com.cmm.uat:gpkisecureweb:jar:1.0.4.9, egovframework.com.cmm.uat:libgpkiapi_jni:jar:1.4.0.0: Could not transfer artifact smeapi:smeapi:jar:2.5 from/to egovframe (http://www.egovframe.go.kr/maven/): Remotely Closed [id: 0x015b4492, /10.200.234.183:54271 :> www.egovframe.go.kr/202.30.70.33:80] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
이와 같은 에러가 계속 나오는데 해결할 방법을 찾지 못하겠습니다.
빠른 답변 기다립니다....
프로젝트 생성후 maven 빌드시
Failed to execute goal on project aaaa: Could not resolve dependencies for project ddd:aaaa:war:1.0.0: The following artifacts could not be resolved: smeapi:smeapi:jar:2.5, egovframework.com.cmm.uat:gpkisecureweb:jar:1.0.4.9, egovframework.com.cmm.uat:libgpkiapi_jni:jar:1.4.0.0: Could not transfer artifact smeapi:smeapi:jar:2.5 from/to egovframe (http://www.egovframe.go.kr/maven/): Remotely Closed [id: 0x015b4492, /10.200.234.183:54271 :> www.egovframe.go.kr/202.30.70.33:80] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
이와 같은 에러가 계속 나오는데 해결할 방법을 찾지 못하겠습니다.
빠른 답변 기다립니다....
A
안녕하세요. 김태우님
공통컴포넌트를 설치하시고 maven 빌드를 하신 듯 합니다.
pom.xml 파일에서 아래 부분을 주석처리 하시기 바랍니다.
<dependency>
<groupId>smeapi
<artifactId>smeapi
<version>2.5
<dependency>
<groupId>egovframework.com.cmm.uat
<artifactId>gpkisecureweb
<version>1.0.4.9
<dependency>
<groupId>egovframework.com.cmm.uat
<artifactId>libgpkiapi_jni
<version>1.4.0.0
고맙습니다.
공통컴포넌트를 설치하시고 maven 빌드를 하신 듯 합니다.
pom.xml 파일에서 아래 부분을 주석처리 하시기 바랍니다.
<dependency>
<groupId>smeapi
<artifactId>smeapi
<version>2.5
<dependency>
<groupId>egovframework.com.cmm.uat
<artifactId>gpkisecureweb
<version>1.0.4.9
<dependency>
<groupId>egovframework.com.cmm.uat
<artifactId>libgpkiapi_jni
<version>1.4.0.0
고맙습니다.