개발환경 구성 문의 건
- 작성자 :
- 장*배
- 작성일 :
- 2012-12-18 08:43:07
- 조회수 :
- 1,314
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
안녕하세요.
표준프레임워크로 Sample UI Test를 하기 위하여 Full버전으로 Download하여 설치를 한후 신규 Web 프로젝트 만든 후 업데이트 다음과 같은 에러가 발생을 합니다.
가이드 부탁 드립니다.
---------------------------------------------------------------
Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'eGov_Demo'.
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not
be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for
org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be
resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read
artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
표준프레임워크로 Sample UI Test를 하기 위하여 Full버전으로 Download하여 설치를 한후 신규 Web 프로젝트 만든 후 업데이트 다음과 같은 에러가 발생을 합니다.
가이드 부탁 드립니다.
---------------------------------------------------------------
Errors occurred during the build.
Errors running builder 'Maven Project Builder' on project 'eGov_Demo'.
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not
be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read artifact descriptor for
org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Could not calculate build plan: Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be
resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
Plugin org.apache.maven.plugins:maven-resources-plugin:2.5 or one of its dependencies could not be resolved: Failed to read
artifact descriptor for org.apache.maven.plugins:maven-resources-plugin:jar:2.5
A
안녕하세요.. 장근배님
우선 pom.xml 상에.. 다음 dependency를 추가해 보십시오..
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
</dependency>
그리고.. Maven -> Update Project Configuration 수행해 보십시오.
그럼.. 즐거운 하루되십시오.
감사합니다.
우선 pom.xml 상에.. 다음 dependency를 추가해 보십시오..
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.5</version>
</dependency>
그리고.. Maven -> Update Project Configuration 수행해 보십시오.
그럼.. 즐거운 하루되십시오.
감사합니다.