git地址:https://github.com/apache/maven-mvnd/releases

视频地址:https://www.bilibili.com/video/BV1Fk4y1M7gc/?spm_id_from=444.41.list.card_archive.click&vd_source=7c90eab343919d37e1df7d4ce4642dd0

使用教程:https://github.com/apache/maven-mvnd#build-mvnd-from-source

下载安装:https://downloads.apache.org/maven/mvnd/

配置环境变量 :再path里面添加mvnd的bin目录

mvnd -version

jdk版本必须要再11及以上才能使用,否则报错,找不到jdk

mvnd只能通过cmd 使用mvnd compile命令编译,IDEA目前还不支持把maven配置成mvnd,(IDEA识别不出来)相应的插件也没有,后续应该就会有了