IDEA通过Maven创建项目一直卡在Running C:\Users\Administrator\AppData\Local\Temp\archetypetmp

一、问题描述

 

出现这种问题的原因很大一部分是由于网络导致的。

 

二、解决方法

 

首先需要看下maven中的配置文件中的私服地址是否改为国内的

    
        
        
            alimaven
            central
            aliyun maven
            http://maven.aliyun.com/nexus/content/repositories/central/
        
    
        
        
            repo1
            central
            Human Readable Name for this Mirror.
            http://repo1.maven.org/maven2/
        
    
        
        
            repo2
            central
            Human Readable Name for this Mirror.
            http://repo2.maven.org/maven2/
        
     

然后在启动IDEA时,修改配置

IDEA通过Maven创建项目一直卡在Running C:\Users\Administrator\AppData\Local\Temp\archetypetmp_第1张图片

修改vm options为-DarchetypeCatalog=local

IDEA通过Maven创建项目一直卡在Running C:\Users\Administrator\AppData\Local\Temp\archetypetmp_第2张图片

这样就可以了。。。

你可能感兴趣的:(Maven)