egovframework.guide 다운로드후 빌드시 오류입니다
- 작성자 :
- 손*준
- 작성일 :
- 2011-08-16 10:26:32
- 조회수 :
- 2,189
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
pom.xml의 <repositories> 부분 제일 하단에
다음 전자정부 표준프레임워크의 repository를 추가했는데도
오류가 나네요..
<repository>
<id>egovframe</id>
<url>http://www.egovframe.go.kr/maven/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
아래는 로그입니다.-----------------
Error message: Missing:
----------
1) egovframework.rte:egovframework.rte.psl.dataaccess:jar:1.0.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=egovframework.rte -DartifactId=egovframework.rte.psl.dataaccess -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file
-- 중략. ----
5) egovframework.rte:egovframework.rte.fdl.property:jar:1.0.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=egovframework.rte -DartifactId=egovframework.rte.fdl.property -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=egovframework.rte -DartifactId=egovframework.rte.fdl.property -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) egovframework:guide:jar:0.0.1-SNAPSHOT
2) egovframework.rte:egovframework.rte.fdl.property:jar:1.0.0
----------
5 required artifacts are missing.
for artifact:
egovframework:guide:jar:0.0.1-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
Group-Id: egovframework
Artifact-Id: guide
Version: 0.0.1-SNAPSHOT
From file: C:\EGOV\workspace\egovframework.guide\pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run with the -e flag
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILED
다음 전자정부 표준프레임워크의 repository를 추가했는데도
오류가 나네요..
<repository>
<id>egovframe</id>
<url>http://www.egovframe.go.kr/maven/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
아래는 로그입니다.-----------------
Error message: Missing:
----------
1) egovframework.rte:egovframework.rte.psl.dataaccess:jar:1.0.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=egovframework.rte -DartifactId=egovframework.rte.psl.dataaccess -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file
-- 중략. ----
5) egovframework.rte:egovframework.rte.fdl.property:jar:1.0.0
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=egovframework.rte -DartifactId=egovframework.rte.fdl.property -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file
Alternatively, if you host your own repository you can deploy the file there:
mvn deploy:deploy-file -DgroupId=egovframework.rte -DartifactId=egovframework.rte.fdl.property -Dversion=1.0.0 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
Path to dependency:
1) egovframework:guide:jar:0.0.1-SNAPSHOT
2) egovframework.rte:egovframework.rte.fdl.property:jar:1.0.0
----------
5 required artifacts are missing.
for artifact:
egovframework:guide:jar:0.0.1-SNAPSHOT
from the specified remote repositories:
central (http://repo1.maven.org/maven2)
Group-Id: egovframework
Artifact-Id: guide
Version: 0.0.1-SNAPSHOT
From file: C:\EGOV\workspace\egovframework.guide\pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run with the -e flag
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILED
A
안녕하세요.. 손호준님..
전자정부 표준프레임워크 repository를 추가하신 것 처럼 등록해 놓으시면..
정상적으로 처리되도록 되어 있습니다.
다만, 로그 상에 보시면 .. "http://repo1.maven.org/maven2" 부분만 적용된 것 처럼 되어 있습니다.
다시 한번 pom.xml 부분을 확인 해 주십시오.
그럼.. 즐거운 하루되십시오.
감사합니다.
전자정부 표준프레임워크 repository를 추가하신 것 처럼 등록해 놓으시면..
정상적으로 처리되도록 되어 있습니다.
다만, 로그 상에 보시면 .. "http://repo1.maven.org/maven2" 부분만 적용된 것 처럼 되어 있습니다.
다시 한번 pom.xml 부분을 확인 해 주십시오.
그럼.. 즐거운 하루되십시오.
감사합니다.