美文网首页
The goal you specified requires

The goal you specified requires

作者: 一介书生独醉江湖 | 来源:发表于2022-06-22 14:55 被阅读0次
# 执行命令 mvn clean install ,出现异常:

[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/...../docs). Please verify you invoked Maven from the correct directory. -> [Help 1]
# 原因:没有进入到项目目录下执行 mvn clean install ,所以找不到pom.xml文件;

# 解决:进入到项目目录再执行 mvn clean install即可;

相关文章

网友评论

      本文标题:The goal you specified requires

      本文链接:https://www.haomeiwen.com/subject/itkuvrtx.html