刪除IntelliJ Idea中Maven Archetype

一任天然發表於2016-08-17

使用者可以在IntelliJ Idea中新增Maven Archetype,但是IntelliJ Idea中並沒有提供刪除的方法。下面介紹一種通過修改配置檔案的方法來實現刪除。

檢視Archetype

這裡寫圖片描述

檢視配置檔案

位置

mac

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

linux

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

內容

這裡寫圖片描述

刪除Archetype

刪除UserArchetypes.xml中的

<archetype groupId="test" artifactId="test" version="0.9" />

重啟IntelliJ Idea。

參考內容

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

相關文章