mvn 컴파일 관련 질문2
- 작성자 :
- 성*무
- 작성일 :
- 2013-05-08 11:29:05
- 조회수 :
- 1,241
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
안녕하세요
지난 답변 감사드립니다.!
유닉스 컴파일전에
제 로컬 윈도우 환경에서
똑같이 pom과 setting를 변경하고
mvn compile 성공을 하였습니다.
그자료를 토대로 유닉스 환경에 맞게 수정후
컴파일 하였는데 아래와같은 에러가 나와서
[ERROR] Failed to execute goal on project educar: Could not resolve dependencies for project com.tk:educar:war:1.0.0-SNAPSHOT: Failed to collect dependencies for [egovframework.rte:egovframework.rte.fdl.cmmn:jar:2.0.0 (compile), egovframework.rte:egovframework.rte.psl.dataaccess:jar:2.0.0 (compile), org.springframework:spring-jdbc:jar:3.1.2.RELEASE (compile), org.springframework:spring-webmvc:jar:3.1.2.RELEASE (compile), org.springframework:spring-orm:jar:3.1.1.RELEASE (compile), org.springframework:spring-core:jar:3.1.2.RELEASE (compile), org.springframework:spring-web:jar:3.1.2.RELEASE (compile), org.springframework:spring-aop:jar:3.1.2.RELEASE (compile), org.springframework:spring-test:jar:3.1.2.RELEASE (compile), org.springframework:spring-aspects:jar:3.1.2.RELEASE (compile), org.springframework:spring-asm:jar:3.1.2.RELEASE (compile), org.springframework:spring-context:jar:3.1.2.RELEASE (compile), org.springframework:spring-instrument:jar:3.1.2.RELEASE (compile), or................
조언부탁드립니다. ㅠ
감사합니다.
지난 답변 감사드립니다.!
유닉스 컴파일전에
제 로컬 윈도우 환경에서
똑같이 pom과 setting를 변경하고
mvn compile 성공을 하였습니다.
그자료를 토대로 유닉스 환경에 맞게 수정후
컴파일 하였는데 아래와같은 에러가 나와서
[ERROR] Failed to execute goal on project educar: Could not resolve dependencies for project com.tk:educar:war:1.0.0-SNAPSHOT: Failed to collect dependencies for [egovframework.rte:egovframework.rte.fdl.cmmn:jar:2.0.0 (compile), egovframework.rte:egovframework.rte.psl.dataaccess:jar:2.0.0 (compile), org.springframework:spring-jdbc:jar:3.1.2.RELEASE (compile), org.springframework:spring-webmvc:jar:3.1.2.RELEASE (compile), org.springframework:spring-orm:jar:3.1.1.RELEASE (compile), org.springframework:spring-core:jar:3.1.2.RELEASE (compile), org.springframework:spring-web:jar:3.1.2.RELEASE (compile), org.springframework:spring-aop:jar:3.1.2.RELEASE (compile), org.springframework:spring-test:jar:3.1.2.RELEASE (compile), org.springframework:spring-aspects:jar:3.1.2.RELEASE (compile), org.springframework:spring-asm:jar:3.1.2.RELEASE (compile), org.springframework:spring-context:jar:3.1.2.RELEASE (compile), org.springframework:spring-instrument:jar:3.1.2.RELEASE (compile), or................
조언부탁드립니다. ㅠ
감사합니다.
A
안녕하세요. 성병무님
현재 pom.xml에서 dependency 된 jar파일들을 못 찾는 듯합니다.
로컬 윈도우에 repository를 유닉스 환경에 복사해서 실행해 보시기 바랍니다.
고맙습니다.
현재 pom.xml에서 dependency 된 jar파일들을 못 찾는 듯합니다.
로컬 윈도우에 repository를 유닉스 환경에 복사해서 실행해 보시기 바랍니다.
고맙습니다.