문의드립니다.
- 작성자 :
- 김*연
- 작성일 :
- 2013-01-03 11:31:41
- 조회수 :
- 1,236
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
안녕하세요.
어제 Nexus 서버 관련 문의 드렸던 김해연입니다.
답변주신 Plugin Repository 설정으로 컴파일 오류는 해결하였으나
Build시 Plugin Library에 대한 다운로드 시도중 오류가 발생하고 있습니다.
해당 라이브러리를 Nexus 어디에 추가해야 하는것인지 궁금합니다.
아래에 에러 내용을 첨부합니다.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install) on project Test: Execution default-install of goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install failed: Plugin org.apache.maven.plugins:maven-install-plugin:2.3.1 or one of its dependencies could not be resolved: Could not find artifact org.codehaus.plexus:plexus-digest:jar:1.0 in central (http://localhost:7070/nexus/content/groups/public/) -> [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/PluginResolutionException
어제 Nexus 서버 관련 문의 드렸던 김해연입니다.
답변주신 Plugin Repository 설정으로 컴파일 오류는 해결하였으나
Build시 Plugin Library에 대한 다운로드 시도중 오류가 발생하고 있습니다.
해당 라이브러리를 Nexus 어디에 추가해야 하는것인지 궁금합니다.
아래에 에러 내용을 첨부합니다.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install (default-install) on project Test: Execution default-install of goal org.apache.maven.plugins:maven-install-plugin:2.3.1:install failed: Plugin org.apache.maven.plugins:maven-install-plugin:2.3.1 or one of its dependencies could not be resolved: Could not find artifact org.codehaus.plexus:plexus-digest:jar:1.0 in central (http://localhost:7070/nexus/content/groups/public/) -> [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/PluginResolutionException
A
안녕하세요.. 김해연님..
해당 plugin jar가 nexus 상에 없으셔서 발생된 오류입니다.
인터넷이 되시는 환경에서.. pom.xml을 가지고 빌드를 수행하신 후에.. (이때는 repository 주소가 원래 central 주소를 그대로 사용..)
local maven repository를 nexus 상의 storage 상에 밀어넣으시는 작업을 하시면 되실 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
해당 plugin jar가 nexus 상에 없으셔서 발생된 오류입니다.
인터넷이 되시는 환경에서.. pom.xml을 가지고 빌드를 수행하신 후에.. (이때는 repository 주소가 원래 central 주소를 그대로 사용..)
local maven repository를 nexus 상의 storage 상에 밀어넣으시는 작업을 하시면 되실 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.