Maven 에서 update project configruation하면... 아래와 같은 Missing 에러가 발생합니다.
- 작성자 :
- 이*훈
- 작성일 :
- 2009-09-01 17:07:10
- 조회수 :
- 4,179
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
아래글과 같은 맥락인데여... 게시판 수정이 안되서... 추가로 올립니다.
Maven 에서 update project configruation하면... 아래와 같은 Missing 에러가 발생합니다.
09. 9. 1 오후 4시 46분 12초: Missing artifact log4j:log4j:jar:1.3alpha-8:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact net.sf:log4jdbc3:jar:1.1:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact org.springmodules:spring-modules-validation:jar:0.9:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact apache-validator:commons-validator:jar:1.1.3:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact egovframework.rte:egovframework.rte.psl.dataaccess:jar:1.0.0:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact egovframework.rte:egovframework.rte.fdl.idgnr:jar:1.0.0:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact egovframework.rte:egovframework.rte.fdl.cmmn:jar:1.0.0:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact egovframework.rte:egovframework.rte.ptl.mvc:jar:1.0.0:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact egovframework.rte:egovframework.rte.fdl.property:jar:1.0.0:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact egovframework.rte:egovframework.rte.fdl.string:jar:1.0.0:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact apache-taglibs:standard:jar:1.1.2:compile
Maven 에서 update project configruation하면... 아래와 같은 Missing 에러가 발생합니다.
09. 9. 1 오후 4시 46분 12초: Missing artifact log4j:log4j:jar:1.3alpha-8:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact net.sf:log4jdbc3:jar:1.1:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact org.springmodules:spring-modules-validation:jar:0.9:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact apache-validator:commons-validator:jar:1.1.3:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact egovframework.rte:egovframework.rte.psl.dataaccess:jar:1.0.0:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact egovframework.rte:egovframework.rte.fdl.idgnr:jar:1.0.0:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact egovframework.rte:egovframework.rte.fdl.cmmn:jar:1.0.0:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact egovframework.rte:egovframework.rte.ptl.mvc:jar:1.0.0:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact egovframework.rte:egovframework.rte.fdl.property:jar:1.0.0:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact egovframework.rte:egovframework.rte.fdl.string:jar:1.0.0:compile
09. 9. 1 오후 4시 46분 12초: Missing artifact apache-taglibs:standard:jar:1.1.2:compile
A
MAVEN에서 pom.xml에 정의된 Repository에서 해당 Library를 찾지 못해 생기는 오류 입니다. FAQ에 보시면 최신 pom.xml 파일이 있습니다. 이 파일을 활용하시면 됩니다. 감사합니다.