码迷,mamicode.com
首页 > 其他好文 > 详细

jenkins报错The goal you specified requires a project to execute but there is no POM inthis directory

时间:2019-05-04 09:37:15      阅读:701      评论:0      收藏:0      [点我收藏+]

标签:maven   div   run   18C   http   pom   orm   apt   win   

报错截图及详细:

技术图片
 

15:30:29[ERROR]The goal you specified requires a project to execute but there is no POM inthis directory (/data/workspace). Please verify you invoked Maven from thecorrect directory. -> [Help 1]

15:30:29[ERROR]

15:30:29[ERROR] Tosee the full stack trace of the errors, re-run Maven with the -e switch.

15:30:29[ERROR]Re-run Maven using the -X switch to enable full debug logging.

15:30:29[ERROR]

15:30:29[ERROR]For more information about the errors and possible solutions, please read thefollowing articles:

 

解决方法:

这里的报错,分析了下,发现jenkins拉下代码来编译,编译不了,发现就是workspace下面没有java代码编译需要的pom文件,要将代码路径切换到有pom文件的地方,才可以mvn  install。

就是在jenkins上build上面--------调用shell,在shell切换编译路径

jenkins报错The goal you specified requires a project to execute but there is no POM inthis directory

标签:maven   div   run   18C   http   pom   orm   apt   win   

原文地址:https://www.cnblogs.com/ming369/p/10807224.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!