1. 程式人生 > >IDEA 通過maven 建立專案問題解決

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