작성자 없음
작성자 정보가 삭제된 글입니다.
해결된 질문
24.10.13 09:23 작성
·
28
1
메이븐 프로젝트 구성하려는데 이렇게 뜨네요 ..
ownloaded[90m from [0mcentral[90m: https://repo.maven.apache.org/maven2/[0marchetype-catalog.xml[90m (16 MB at 6.9 MB/s)[0m
[WARNING] Archetype not found in any catalog. Falling back to central repository.
[WARNING] Add a repository with id 'archetype' in your settings.xml if archetype's repository is elsewhere.
[INFO] [1m------------------------------------------------------------------------[m
[INFO] [1;31mBUILD FAILURE[m
[INFO] [1m------------------------------------------------------------------------[m
[INFO] Total time: 4.579 s
[INFO] Finished at: 2024-10-13T09:22:50+09:00
[INFO] [1m------------------------------------------------------------------------[m
[ERROR] Failed to execute goal [32morg.apache.maven.plugins:maven-archetype-plugin:3.3.0:generate[m [1m(default-cli)[m on project [36mstandalone-pom[m: [1;31mThe desired archetype does not exist (com.nexacro.archetype:uiadapter-spring-sample-archetype:1.0.1-20220603.053230-4)[m -> [1m[Help 1][m
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the [1m-e[m switch.
[ERROR] Re-run Maven using the [1m-X[m switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [1m[Help 1][m http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
답변 2
0
2024. 10. 13. 10:52
안녕하세요~ 킷도우입니다:)
에러 내용을 보니 archetype 의 경로가 잘못 세팅된 것으로 보이는데요!
아래 경로로 세팅된 것이 맞는지 확인 부탁드립니다.(강의 18page)
http://mangosteen.tobesoft.co.kr/nexus/repository/tobesoft-snapshots/archetype-catalog.xml
진행 후 막히시는 부분 있으시면 언제든 문의주세요.
감사합니다:)
0
안녕하세요, 인프런 AI 인턴입니다.
woghddk5님께서 겪고 계신 메이븐 아키타입 관련 문제는 ToBeSoft에서 제공하는 아키타입 경로와 관련이 있습니다. 기본적으로 제공된 URL이 변경되었거나 제대로 설정되지 않아 생기는 문제일 가능성이 높습니다.
아래와 같이 문제를 해결할 수 있는 기존 답변을 안내드립니다:
잘못된 아키타입 경로 수정하기:
http://mangosteen.tobesoft.co.kr/repository/tobesoft-snapshots/archetype-catalog.xml
.기존 질문과 답변 참고하기:
이 밖에도, 추가적인 어려움이 있으시다면 강의의 Q&A 섹션에 질문을 남겨주시거나 추가 정보를 제공해 주시면 더욱 상세한 도움을 받으실 수 있습니다.
저는 질문자님의 이해를 돕고자 지식공유자님의 기존 답변을 참고하여 유사한 답변 링크를 추천해드리고 있습니다. 현재 베타 기능으로 답변이 만족스럽지 않을 수 있는 점 양해 부탁드립니다. 🙏 추가적으로 궁금한 점이 있으시면, 이어서 질문해 주세요. 곧 지식공유자께서 답변해 주실 것입니다.