分类

11

maven报错 the goal you specified requires a project to execute but there is no POM in this direct...

这个错误的原因是当前目录下没有pom.xml 文件,Maven执行必须要pom.xml文件,所以我就跑到pom.xml文件目录下 mvn install.问题解决......