Skip to content

Instantly share code, notes, and snippets.

@hsipeng
Created March 7, 2018 03:03
Show Gist options
  • Save hsipeng/5b09bf35d983ce814b6eb39d5135cd9e to your computer and use it in GitHub Desktop.
Save hsipeng/5b09bf35d983ce814b6eb39d5135cd9e to your computer and use it in GitHub Desktop.
删除IntelliJ Idea中Maven Archetype
位置
Windows
C:\Users\用户名\.IntelliJIdea2017.2\system\Maven\Indices\UserArchetypes.xml
1
Mac
~/Library/Caches/IntelliJIdea2017.2/Maven/Indices/UserArchetypes.xml
1
Linux
~/.IntelliJIdea2017.2/system/Maven/Indices/UserArchetypes.xml
1
删除UserArchetypes.xml中用不到的Archetype,例如
<archetype groupId="11" artifactId="11" version="1" />
1
重启IntelliJ Idea。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment