用戶能夠在IntelliJ Idea中添加Maven Archetype,可是IntelliJ Idea中並無提供刪除的方法。下面介紹一種經過修改配置文件的方法來實現刪除。linux
~/Library/Caches/IntelliJIdea2016.2/Maven/Indices
~/.IntelliJIdea2016.2/system/Maven/Indices/UserArchetypes.xml
刪除UserArchetypes.xml中的spa
<archetype groupId="test" artifactId="test" version="0.9" />
http://stackoverflow.com/questions/4361567/where-are-added-archetypes-stored-in-intellijcode