idea使用maven的打包时异常Error running 'spring-boot-helloworld [package]': No valid Maven installation found

在idea里使用maven projects里的插件打包时抛出以下异常:
Error running ‘spring-boot-helloworld [package]’: No valid Maven installation found. Either set the home directory in the configuration dialog or set the M2_HOME environment variable on your system。
由于英文水平有限,使用有道翻译:意思如下

idea使用maven的打包时异常Error running 'spring-boot-helloworld [package]': No valid Maven installation found_第1张图片
没有找到有效的maven安装,意思是要么配置对话框设置home目录,要么在系统上设置M2_HOME环境变量,开始尝试了一下环境变量配置,但好像没有起作用,不知是我自已配的不对还是怎么会事。随后就试了另一种方法,配置idea的settings里面的maven,其实给出的报错语句也有可跳转链接 即点击configuration dialog也可以进入maven配置

从settings进去设置的步骤:
1.点击file->在下拉菜单中找到settings 点击进入,出现下面的界面

idea使用maven的打包时异常Error running 'spring-boot-helloworld [package]': No valid Maven installation found_第2张图片

2.在顶端搜索条中输入maven 找到maven配置选项
如下图,配置一下maven home directory ,这里点下拉列表 可以看到有系统已经绑定好的maven2和maven3,也可以选自安装的maven,选自已安装的maven一定要选对路径,路径到可以看到版本这一级就可以了,也可以选系统绑定好的maven2或者maven3都可以 。我当时出这个异常的原因是由于配置时使用自已安装的maven路径没有选到版本号这一级。配置好之后 点击ok,然后再打包,正常了
idea使用maven的打包时异常Error running 'spring-boot-helloworld [package]': No valid Maven installation found_第3张图片

你可能感兴趣的:(springboot,springboot,maven)