pom xml 빌드 에러
- 작성자 :
- 조*연
- 작성일 :
- 2013-10-31 11:03:25
- 조회수 :
- 1,649
- 구분 :
- 공통컴포넌트
- 진행상태 :
- 완료
Q
안녕하세요. 전자 정부 프레임워크를 공부하며 일을 도와주고 있습니다.
집에서 샘플을 만들었을 때는, Maven Update - Maven Clean - project Clean - Maven install 을 하여 Tomcat 에서 동작 확인을 하였습니다.
하지만, 회사에서 하였을 때, Maven Update 시에 pom.xml 에 x가 뜨면서 error 가 나오고 있으며, Install 시에는 하기와 같은 에러가 나오고 있습니다.
이는 방화벽 문제 인가요? 만약 방화벽 문제라면 ,방화벽 정책을 변경 못할시에는 어떻게 해결을 해야 하나요? 방화벽 문제가 아니라면 어떻게 해결을 해야 하나요?
pom.xml은 수정하지 아니하고, 생성된 그대로 사용하고 있습니다.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:06.686s
[INFO] Finished at: Thu Oct 31 10:46:31 KST 2013
[INFO] Final Memory: 6M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project DBSample: Could not resolve dependencies for project DBSample:DBSample:war:1.0.0: The following artifacts could not be resolved: org.springframework.webflow:org.springframework.js:jar:2.0.0.RELEASE, org.hibernate:hibernate-core:jar:3.3.0.SP1, dom4j:dom4j:jar:1.6.1, org.apache.poi:poi:jar:3.9, org.apache.poi:poi-scratchpad:jar:3.9, org.apache.poi:poi-ooxml-schemas:jar:3.9, net.sf.ehcache:ehcache-core:jar:2.4.1, xmlbeans:xbean:jar:2.2.0, mysql:mysql-connector-java:jar:5.1.17: Could not transfer artifact org.springframework.webflow:org.springframework.js:jar:2.0.0.RELEASE from/to mvn2 (http://repo1.maven.org/maven2/): No response received after 60000 -> [Help 1]
[ERROR]
[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]
[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 Update - Maven Clean - project Clean - Maven install 을 하여 Tomcat 에서 동작 확인을 하였습니다.
하지만, 회사에서 하였을 때, Maven Update 시에 pom.xml 에 x가 뜨면서 error 가 나오고 있으며, Install 시에는 하기와 같은 에러가 나오고 있습니다.
이는 방화벽 문제 인가요? 만약 방화벽 문제라면 ,방화벽 정책을 변경 못할시에는 어떻게 해결을 해야 하나요? 방화벽 문제가 아니라면 어떻게 해결을 해야 하나요?
pom.xml은 수정하지 아니하고, 생성된 그대로 사용하고 있습니다.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:06.686s
[INFO] Finished at: Thu Oct 31 10:46:31 KST 2013
[INFO] Final Memory: 6M/15M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project DBSample: Could not resolve dependencies for project DBSample:DBSample:war:1.0.0: The following artifacts could not be resolved: org.springframework.webflow:org.springframework.js:jar:2.0.0.RELEASE, org.hibernate:hibernate-core:jar:3.3.0.SP1, dom4j:dom4j:jar:1.6.1, org.apache.poi:poi:jar:3.9, org.apache.poi:poi-scratchpad:jar:3.9, org.apache.poi:poi-ooxml-schemas:jar:3.9, net.sf.ehcache:ehcache-core:jar:2.4.1, xmlbeans:xbean:jar:2.2.0, mysql:mysql-connector-java:jar:5.1.17: Could not transfer artifact org.springframework.webflow:org.springframework.js:jar:2.0.0.RELEASE from/to mvn2 (http://repo1.maven.org/maven2/): No response received after 60000 -> [Help 1]
[ERROR]
[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]
[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
안녕하세요. 조지연님.
http://repo1.maven.org 사이트에 대한 접속이 불가능하신 상황 같습니다.
- 방화벽 문제인지 단순 네트워크 문제인지는 주시는 정보를 알 수가 없고, 회사 네트워크 또는 방화벽 관리자에게 문의해 보시면 되실 것 같습니다.
- 방화벽 정책을 변경 못하시는 경우라면, 외부에서 빌드를 성공하신 후에 반영되어 있는 local repository 부분을 회사 PC로 옮겨주셔야 합니다. (offline 모두 사용)
- 방화벽 문제가 아니라면 네트워크 상의 일시적인 문제이신 것 같습니다. 이 경우 네트워크 문제가 해결되기 전까지 두번째 방식과 같이 일시적으로 조치하셔야 할 것 같습니다.
그럼, 즐거운 하루되십시오.
감사합니다.
http://repo1.maven.org 사이트에 대한 접속이 불가능하신 상황 같습니다.
- 방화벽 문제인지 단순 네트워크 문제인지는 주시는 정보를 알 수가 없고, 회사 네트워크 또는 방화벽 관리자에게 문의해 보시면 되실 것 같습니다.
- 방화벽 정책을 변경 못하시는 경우라면, 외부에서 빌드를 성공하신 후에 반영되어 있는 local repository 부분을 회사 PC로 옮겨주셔야 합니다. (offline 모두 사용)
- 방화벽 문제가 아니라면 네트워크 상의 일시적인 문제이신 것 같습니다. 이 경우 네트워크 문제가 해결되기 전까지 두번째 방식과 같이 일시적으로 조치하셔야 할 것 같습니다.
그럼, 즐거운 하루되십시오.
감사합니다.