개발 환경 문의(6)
- 작성자 :
- 장*배
- 작성일 :
- 2013-01-08 09:16:20
- 조회수 :
- 1,313
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
회사내 방화벽 문제로 maven설치가 안되었으나 방화벽 문제 해결 후
maven install시 아래와 같은 에러가 발생합니다.
해결 방법 부탁 드립니다.
[WARNING] Some problems were encountered while building the effective model for egov_Demo:eGov_Demo:war:1.0.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 377, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:emma-maven-plugin is missing. @ line 429, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:surefire-report-maven-plugin is missing. @ line 434, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 459, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-jxr-plugin is missing. @ line 471, column 12
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] ------------------------------------------------------------------------
[INFO] Building eGov_Demo 1.0.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for egovframework.rte:egovframework.rte.fdl.cmmn:jar:2.5.0 is missing, no dependency information available
[WARNING] The POM for egovframework.rte:egovframework.rte.ptl.mvc:jar:2.5.0 is missing, no dependency information available
[WARNING] The POM for egovframework.rte:egovframework.rte.psl.dataaccess:jar:2.5.0 is missing, no dependency information available
[WARNING] The POM for egovframework.rte:egovframework.rte.fdl.idgnr:jar:2.5.0 is missing, no dependency information available
[WARNING] The POM for egovframework.rte:egovframework.rte.fdl.property:jar:2.5.0 is missing, no dependency information available
[INFO] Final Memory: 6M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project eGov_Demo: Could not resolve dependencies for project egov_Demo:eGov_Demo:war:1.0.0: ~~~~~
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
maven install시 아래와 같은 에러가 발생합니다.
해결 방법 부탁 드립니다.
[WARNING] Some problems were encountered while building the effective model for egov_Demo:eGov_Demo:war:1.0.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 377, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:emma-maven-plugin is missing. @ line 429, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.codehaus.mojo:surefire-report-maven-plugin is missing. @ line 434, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 459, column 12
[WARNING] 'reporting.plugins.plugin.version' for org.apache.maven.plugins:maven-jxr-plugin is missing. @ line 471, column 12
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] ------------------------------------------------------------------------
[INFO] Building eGov_Demo 1.0.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for egovframework.rte:egovframework.rte.fdl.cmmn:jar:2.5.0 is missing, no dependency information available
[WARNING] The POM for egovframework.rte:egovframework.rte.ptl.mvc:jar:2.5.0 is missing, no dependency information available
[WARNING] The POM for egovframework.rte:egovframework.rte.psl.dataaccess:jar:2.5.0 is missing, no dependency information available
[WARNING] The POM for egovframework.rte:egovframework.rte.fdl.idgnr:jar:2.5.0 is missing, no dependency information available
[WARNING] The POM for egovframework.rte:egovframework.rte.fdl.property:jar:2.5.0 is missing, no dependency information available
[INFO] Final Memory: 6M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project eGov_Demo: Could not resolve dependencies for project egov_Demo:eGov_Demo:war:1.0.0: ~~~~~
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
A
안녕하세요.. 장근배님..
다운로드되지 않는 library들이 표준프레임워크쪽인 것으로 봐서... www.egovframe.go.kr 에 대한 방화벽도 조치를 하셔야 할 것 같습니다.
pom.xml에 보시면.. repositories 부분에 지정된 url에 대해 접근이 가능해야 합니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
다운로드되지 않는 library들이 표준프레임워크쪽인 것으로 봐서... www.egovframe.go.kr 에 대한 방화벽도 조치를 하셔야 할 것 같습니다.
pom.xml에 보시면.. repositories 부분에 지정된 url에 대해 접근이 가능해야 합니다.
그럼.. 즐거운 하루되십시오.
감사합니다.