首页 > 其他 > 详细

Maven之MissingProject Exception

时间:2016-01-12 19:37:50      阅读:138      评论:0      收藏:0      [点我收藏+]

1、错误描述

C:\Users\Administrator>mvn package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.114 s
[INFO] Finished at: 2016-01-12T09:49:35+08:00
[INFO] Final Memory: 7M/171M
[INFO] ------------------------------------------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM
 in this directory (C:\Users\Administrator). Please verify you invoked Maven fro
m the correct directory. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit
ch.
[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 rea
d the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProject
Exception

C:\Users\Administrator>

2、错误原因

       mvn package是给Maven项目打包,并且Maven项目中有pom.xml,但是这个直接打包,没有Maven项目


3、解决办法

(1)检查Maven项目的正确路径,并切换到该路径下

(2)检查项目中是否有pom.xml

Maven之MissingProject Exception

原文:http://blog.csdn.net/you23hai45/article/details/50506171

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!