본문 바로가기
카테고리 없음

[Maven] 커스텀 archetype 삭제

by 타블로 2020. 12. 15.

stackoverflow.com/questions/63830685/i-created-a-custom-archetype-for-maven-in-intellij-but-want-to-delete-it

 

I created a custom archetype for maven in Intellij, but want to delete it

So i tried to make life easier for myself but did it to hastily and did something wrong. Now i want to delete the custom archetype but don't know how. i tried looking in the .m2 file and in the maven

stackoverflow.com

아래 경로에서 파일 내용 삭제

 

  • Linux ~/.IntelliJIdea10/system/Maven/Indices/UserArchetypes.xml
  • Mac ~/Library/Caches/IntelliJIdea12/Maven/Indices/UserArchetypes.xml
  • Windows C:\Users\ \<user> \\.IdeaIC2017\system\Maven\Indices\UserArchetypes.xml

 

# 20210206 수정

Windows C:\Users\[user]AppData\Local\JetBrains 삭제