maven install시 오류입니다.
- 작성자 :
- 손*주
- 작성일 :
- 2011-08-16 14:46:58
- 조회수 :
- 2,324
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building ems_test
[INFO]
[INFO] Id: ems_test:ems_test:war:1.0.0
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[ERROR]
Maven cannot calculate your build plan, given the following information:
Tasks:
- install
Current project:
Group-Id: ems_test
Artifact-Id: ems_test
Version: 1.0.0
From file: C:\workspace\ems_test.ems_test\pom.xml
Error message: Failed to resolve plugin for mojo binding: org.apache.maven.plugins:maven-resources-plugin:2.2:resources
Root error message: Not a v4.0.0 POM. for project org.apache.maven.plugins:maven-resources-plugin at C:\maven\repository\org\apache\maven\plugins\maven-resources-plugin\2.2\maven-resources-plugin-2.2.pom
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run with the -e flag
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILED
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Tue Aug 16 05:37:43 GMT 2011
[INFO] Final Memory: 1M/3M
[INFO] ------------------------------------------------------------------------
그리고 OS와 관련이 있나요. 참고로 window7입니다.
[INFO] ------------------------------------------------------------------------
[INFO] Building ems_test
[INFO]
[INFO] Id: ems_test:ems_test:war:1.0.0
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
[ERROR]
Maven cannot calculate your build plan, given the following information:
Tasks:
- install
Current project:
Group-Id: ems_test
Artifact-Id: ems_test
Version: 1.0.0
From file: C:\workspace\ems_test.ems_test\pom.xml
Error message: Failed to resolve plugin for mojo binding: org.apache.maven.plugins:maven-resources-plugin:2.2:resources
Root error message: Not a v4.0.0 POM. for project org.apache.maven.plugins:maven-resources-plugin at C:\maven\repository\org\apache\maven\plugins\maven-resources-plugin\2.2\maven-resources-plugin-2.2.pom
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run with the -e flag
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILED
[INFO] ------------------------------------------------------------------------
[INFO] Total time: < 1 second
[INFO] Finished at: Tue Aug 16 05:37:43 GMT 2011
[INFO] Final Memory: 1M/3M
[INFO] ------------------------------------------------------------------------
그리고 OS와 관련이 있나요. 참고로 window7입니다.
A
안녕하세요.. 손봉주님..
일반적으로 발생되는 오류가 아니라.. 원인 파악이 어렸습니다.
우선.. 설치된 Maven 관련 plugin을 삭제해 보시고.. 다시 시도해 봐주세요..
C:\maven\repository\org\apache\maven\plugins\maven-resources-plugin\2.2 디렉토리를 삭제(또는 백업)하시면 되실 것 같습니다.
추가적으로 적용된 m2eclipse 버전이 확인이 필요할 것 같습니다. (eclipse 버전과 함께)
Help -> About Eclipse Platform 화면에서..
Plugin Details 중에서.. "Maven Integration for Eclipse"에 대한 버전입니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
일반적으로 발생되는 오류가 아니라.. 원인 파악이 어렸습니다.
우선.. 설치된 Maven 관련 plugin을 삭제해 보시고.. 다시 시도해 봐주세요..
C:\maven\repository\org\apache\maven\plugins\maven-resources-plugin\2.2 디렉토리를 삭제(또는 백업)하시면 되실 것 같습니다.
추가적으로 적용된 m2eclipse 버전이 확인이 필요할 것 같습니다. (eclipse 버전과 함께)
Help -> About Eclipse Platform 화면에서..
Plugin Details 중에서.. "Maven Integration for Eclipse"에 대한 버전입니다.
그럼.. 즐거운 하루되십시오.
감사합니다.