new web project 생성후 pom.xml 빌드시 오류입니다
- 작성자 :
- 손*주
- 작성일 :
- 2011-08-09 10:20:40
- 조회수 :
- 2,180
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building demo
[INFO]
[INFO] Id: egov:demo:war:0.0.1-SNAPSHOT
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
url = http://repo1.maven.org/maven2
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-1/maven-war-plugin-2.1-alpha-1.pom
[ERROR]
Maven cannot calculate your build plan, given the following information:
Tasks:
- install
Current project:
Group-Id: egov
Artifact-Id: demo
Version: 0.0.1-SNAPSHOT
From file: C:\egovframeworkSample\workspace\egov.demo\pom.xml
Error message: Failed to resolve plugin for mojo binding: org.apache.maven.plugins:maven-war-plugin:2.1-alpha-1:war
Root error message: Unable to download the artifact from any repository
[INFO] ------------------------------------------------------------------------
[INFO] Building demo
[INFO]
[INFO] Id: egov:demo:war:0.0.1-SNAPSHOT
[INFO] task-segment: [install]
[INFO] ------------------------------------------------------------------------
url = http://repo1.maven.org/maven2
Downloading: http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-1/maven-war-plugin-2.1-alpha-1.pom
[ERROR]
Maven cannot calculate your build plan, given the following information:
Tasks:
- install
Current project:
Group-Id: egov
Artifact-Id: demo
Version: 0.0.1-SNAPSHOT
From file: C:\egovframeworkSample\workspace\egov.demo\pom.xml
Error message: Failed to resolve plugin for mojo binding: org.apache.maven.plugins:maven-war-plugin:2.1-alpha-1:war
Root error message: Unable to download the artifact from any repository
A
안녕하세요.. 손봉주님..
인터넷이 연결되어 있는 환경이면.. 정상적으로 빌드되는 것이 맞습니다.
참조를 하지 못한 다음 파일도 정상적으로 처리되고 있구요..
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-1/maven-war-plugin-2.1-alpha-1.pom
혹.. 설정 상에 추가 offline 설정이 true로 되어 있는지 확인해 보십시오.
c:\egovframeworkSample\maven\settings.xml에서 <offline>가 false로 되어 있는지 확인해 보십시오..
그럼.. 즐거운 하루되십시오.
감사합니다.
인터넷이 연결되어 있는 환경이면.. 정상적으로 빌드되는 것이 맞습니다.
참조를 하지 못한 다음 파일도 정상적으로 처리되고 있구요..
http://repo1.maven.org/maven2/org/apache/maven/plugins/maven-war-plugin/2.1-alpha-1/maven-war-plugin-2.1-alpha-1.pom
혹.. 설정 상에 추가 offline 설정이 true로 되어 있는지 확인해 보십시오.
c:\egovframeworkSample\maven\settings.xml에서 <offline>가 false로 되어 있는지 확인해 보십시오..
그럼.. 즐거운 하루되십시오.
감사합니다.