1.问题描述 如上图所示,在使用idea 里的maven命令执行项目打包时,有时候会报如下一个错误. -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable and mvn script match. 提示很清楚,说没有找到一个$M2_HOME的环境变量.但其实我是设置了的,不知道怎么回事idea就没找到. 2.解决方法 处理方式也很简单,就是把环境变量配…
问题描述: 完成项目中的功能后,想要git一下,就用maven命令先清除一下编译文件,紧接着系统报错 Error executing Maven. 2 problems were encountered while building the effective settings 解决方法: maven的setting文件爆红,有两个标签多余,删除即可 总结: maven命令出错一般都是配置文件出了问题,细心点…
今天学习在本地搭建Maven工程时,执行了mvn archetype:generate 命令,报错. Unable to create project from archetype [org.apache.maven.archetypes:maven-archetype-quickstart:1.1] Unable to add module to the current project as it is not of packaging type 'pom' 上网搜资料发现一个帖子,问题解决:…