zoukankan      html  css  js  c++  java
  • #工具 Intellij IDEA中自定义的Maven Archetype管理

    背景,手贱在输入自定义的 archetype时后面多输入了一个空格

    解决:自定义的Archetype 会保存在Windows下面的文件中

    C:Users<user>.IntelliJIdeaxxxsystemMavenIndicesUserArchetypes.xml

    根据需要修改添加该文件的内容就行。

    注意,需要重启IDEA才能生效!

    参考:

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

    补充

    Linux: ~/.IntelliJIdeaxxx/system/Maven/Indices/UserArchetypes.xml

    Mac: ~/Library/Caches/IntelliJIdeaxxx/Maven/Indices/UserArchetypes.xml

  • 相关阅读:
    B站使用总结
    安装国外浏览器的好处
    查看网页源代码
    如何下载bilibili上面的视频
    11.27
    11.26
    11.25
    11.24获取时间
    11.23
    11.21
  • 原文地址:https://www.cnblogs.com/SC-CS/p/tool_idea_maven_manage_archetype.html
Copyright © 2011-2022 走看看