用户能够在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