[ERROR] Maven execution terminated abnormally (exit code 1)

问题:利用骨架创建maven工程时没有src目录,报错:[ERROR] Maven execution terminated abnormally (exit code 1),就是整个项目骨架没有生成。

解决办法:

1.检查配置文件路径:File ->Settings ->Maven

[ERROR] Maven execution terminated abnormally (exit code 1)_第1张图片

 2. Maven->Runner: 添加-Dmaven.multiModuleProjectDirectory=$M2_HOME,记得选择JDK

[ERROR] Maven execution terminated abnormally (exit code 1)_第2张图片

 3. 创建maven工程添加一个键值对:archetypeCatalog    internal

[ERROR] Maven execution terminated abnormally (exit code 1)_第3张图片

基本上通过上述步骤就可以正常创建maven工程了,但不排除各别意外翻车的,如有的话。。嗯嗯。。。再百度吧--_--。。。

你可能感兴趣的:(SpringMVC)