The goal you specified requires a project to execute but there is no POM in this directory

报错信息如下:

[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/data/jenkins/workspace/project). Please verify you invoked Maven from the correct directory. -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException

报错原因:

当前目录下没有pom.xml 文件。

解决办法如下:

1 jenkins该工程配置,“Build配置”加入执行shell脚本进入project目录:

cd project

2 “调用顶层Maven目标”配置里指明pom.xml文件位置:

posted @ 2019-06-18 20:49  ycyzharry  阅读(6968)  评论(0)    收藏  举报