build 실패..
- 작성자 :
- 안*훈
- 작성일 :
- 2011-03-18 14:07:29
- 조회수 :
- 2,713
- 구분 :
- 실행환경
- 진행상태 :
- 완료
Q
[ERROR]
Transitive dependency resolution for scope: compile has failed for your project.
Error message: Error transferring file
egovframework.rte:egovframework.rte.psl.dataaccess:jar:1.0.0-SNAPSHOT
from the specified remote repositories:
central (http://192.168.100.15:8081/nexus/content/groups/public),
snapshots (http://192.168.100.15:8081/nexus/content/groups/public-snapshots)
Path to dependency:
1) SimpleJaxs:SimpleJaxs:war:0.0.1-SNAPSHOT
2) egovframework.rte:egovframework.rte.psl.dataaccess:jar:1.0.0-SNAPSHOT
Root error message: Connection timed out: connect
Group-Id: SimpleJaxs
Artifact-Id: SimpleJaxs
Version: 0.0.1-SNAPSHOT
From file: C:\egovframeworkSample\workspace\SimpleJaxs\pom.xml
웹서비스쪽 작업을 하고있는데요....
생성해서 다른 건 없는거 같은데...
위와 같은 에러가 나네요....
혹시나 해서...
pom.xml파일을 첨부합니다..
Transitive dependency resolution for scope: compile has failed for your project.
Error message: Error transferring file
egovframework.rte:egovframework.rte.psl.dataaccess:jar:1.0.0-SNAPSHOT
from the specified remote repositories:
central (http://192.168.100.15:8081/nexus/content/groups/public),
snapshots (http://192.168.100.15:8081/nexus/content/groups/public-snapshots)
Path to dependency:
1) SimpleJaxs:SimpleJaxs:war:0.0.1-SNAPSHOT
2) egovframework.rte:egovframework.rte.psl.dataaccess:jar:1.0.0-SNAPSHOT
Root error message: Connection timed out: connect
Group-Id: SimpleJaxs
Artifact-Id: SimpleJaxs
Version: 0.0.1-SNAPSHOT
From file: C:\egovframeworkSample\workspace\SimpleJaxs\pom.xml
웹서비스쪽 작업을 하고있는데요....
생성해서 다른 건 없는거 같은데...
위와 같은 에러가 나네요....
혹시나 해서...
pom.xml파일을 첨부합니다..
A
안녕하세요. 안경훈님..
maven package 또는 maven install을 수행하시면 됩니다.
현재 호출하는 것은 maven deploy이신 것 같은데..
이 경우는 원격 repository 서버에 artifact를 등록까지 포함되어 있습니다.
이 경우는 내부에서 사용하는 서버 정보로 등록을 시도하기 때문에 문제가 발생한 것입니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
maven package 또는 maven install을 수행하시면 됩니다.
현재 호출하는 것은 maven deploy이신 것 같은데..
이 경우는 원격 repository 서버에 artifact를 등록까지 포함되어 있습니다.
이 경우는 내부에서 사용하는 서버 정보로 등록을 시도하기 때문에 문제가 발생한 것입니다.
그럼.. 즐거운 하루되십시오.
감사합니다.