刪除IntelliJ Idea中Maven Archetype

用戶能夠在IntelliJ Idea中添加Maven Archetype,可是IntelliJ Idea中並無提供刪除的方法。下面介紹一種經過修改配置文件的方法來實現刪除。linux

查看Archetype

這裏寫圖片描述

查看配置文件

位置

mac

~/Library/Caches/IntelliJIdea2016.2/Maven/Indices

linux

~/.IntelliJIdea2016.2/system/Maven/Indices/UserArchetypes.xml

內容

這裏寫圖片描述

刪除Archetype

刪除UserArchetypes.xml中的spa

<archetype groupId="test" artifactId="test" version="0.9" />
  • 重啓IntelliJ Idea。

參考內容

http://stackoverflow.com/questions/4361567/where-are-added-archetypes-stored-in-intellijcode

相關文章
相關標籤/搜索