IDEA 通过maven 创建项目问题解决

错误:maven [ERROR] Maven execution terminated abnormally (exit code 1)

解决:

File | Settings | Build, Execution, Deployment | Build Tools | Maven | Runner

VM-Options: -DarchetypeCatalog=internal


在创建项目的时候在properties中添加:

Name:  archetypeCatalog

Value:  internal

你可能感兴趣的:(JAVA)