当前位置: 代码迷 >> Java相关 >> 应用Maven 命令
  详细解决方案

应用Maven 命令

热度:685   发布时间:2016-04-22 21:40:34.0
使用Maven 命令
C:\Documents and Settings\Administrator>mvn clean test
[INFO] Scanning for projects...
[INFO] ------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------
[INFO] Total time: 0.312s
[INFO] Finished at: Tue Aug 20 13:59:00 CST 2013
[INFO] Final Memory: 1M/3M
[INFO] ------------------------------------
[ERROR] The goal you specified requires a project to execute but there is no POM
 in this directory (C:\Documents and Settings\Administrator). 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 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:\Documents and Settings\Administrator>


这个 Maven 的仓库 地址 已经修改,(C:\Documents and Settings\Administrator)  为什么还要 在这里找啊。

------解决方案--------------------
1 mvn clean test 控制台执行命令的时候 当前的目录下面有pom.xml文件,比如说C:\Documents and Settings\Administrator
2 错误的详细内容请帖出来。

------解决方案--------------------
引用:
现在 使用 eclipse 集成 Maven ,所以 可以 点击 项目右键,run as maven instance.
[code=text][INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for com.picc:mvn:jar:0.0.1-SNAPSHOT