博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
IntelliJ IDEA 创建 maven web项目慢解决办法
阅读量:5777 次
发布时间:2019-06-18

本文共 921 字,大约阅读时间需要 3 分钟。

hot3.png

在 使用 IntelliJ IDEA 创建maven web 项目的时候,生成的时候,非常慢, 可以通过在如下设置解决:

145939_jMLh_725800.png

 

这里在Properties中添加一个参数  archetypeCatalog=internal,不加这个参数,在maven生成骨架的时候将会非常慢,有时候会直接卡住。

archetypeCatalog表示插件使用的archetype元数据,默认值为remote,local,即中央仓库archetype元数据(http://repo1.maven.org/maven2/archetype-catalog.xml)加上插件内置元数据的和  

 

archetypeCatalog 表示创建项目的时候,从哪里获取项目模板, 值有 :

  • internal to use the internal catalog only.
  • local to use the local catalog only.
  • remote to use the maven's remote catalog. No catalog is currently provided.
  • file://path/to/archetype-catalog.xml to use a specific local catalog. When the catalog file is named archetype-catalog.xml, it can be omitted.
  • http://url/to/archetype-catalog.xml to use a specific remote catalog. When the catalog file is named archetype-catalog.xml, it can be omitted.

具体的官网的解释:

http://maven.apache.org/archetype/maven-archetype-plugin/examples/generate-alternative-catalog.html

 

 

 

 

转载于:https://my.oschina.net/u/725800/blog/749675

你可能感兴趣的文章
微软向Linux社区开放60000多项专利:对开源微软是认真的
查看>>
版本控制、Git及其在企业中的应用
查看>>
Ruby开发者已可通过Fog管理Microsoft Azure服务
查看>>
《Doing It - Management 3.0 Experiences》作者访谈
查看>>
基于 Bitbucket Pipeline + Amazon S3 的自动化运维体系
查看>>
Hoshin Kanri在丰田的应用
查看>>
又拍云沈志华:如何打造一款安全的App
查看>>
Nginx 学习书单整理
查看>>
Kudu1.1.0 、 Kudu1.2.0 Kudu1.3.0的版本信息异同比较
查看>>
TCP通信实现
查看>>
HTAP数据库 PostgreSQL 场景与性能测试之 24 - (OLTP) 物联网 - 时序数据并发写入(含时序索引BRIN)...
查看>>
说说搜索引擎中的人工干预
查看>>
克服大数据集群的挑战
查看>>
js 功能的分析
查看>>
ORACLE CASE用法
查看>>
Linux终端:speedtest_cli检测你的实时带宽速度
查看>>
为什么说基于TCP的移动端IM仍然需要心跳保活?
查看>>
Saltstack配置管理小试牛刀
查看>>
软件开发的七种烦恼:爱与痛的矛盾选择
查看>>
收购摩托罗拉获批准 谷歌“软硬兼施”反击苹果
查看>>