首页 新闻 会员 周边

一个maven项目install时出现错误

0
悬赏园豆:30 [已关闭问题] 关闭于 2013-04-24 17:33

错误信息如下:

[INFO] Scanning for projects...
[INFO]                                                                        
[INFO] ------------------------------------------------------------------------
[INFO] Building aop Maven Webapp 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-antrun-plugin:1.2:run (prepare-dependencies-repackage-copy) @ aop ---
[INFO] Executing tasks
     [copy] Copying 9 files to F:\ACSWorkspaces\tr069mop\target\classes\com\cmcc\hibernate
[INFO] Executed tasks
[INFO]
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ aop ---
2010-10-14 00:59:52.453:INFO::Logging to StdErrLog::DEBUG=false via org.eclipse.jetty.util.log.StdErrLog
Downloading: http://repo1.maven.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom
9 KB downloaded at 2.0 KB/sec
Downloading: http://mvnrepository.com/artifact/plugins-releases/org/apache/maven/maven-parent/11/maven-parent-11.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.141s
[INFO] Finished at: Thu Oct 14 00:59:59 CST 2010
[INFO] Final Memory: 2M/4M
[INFO] ------------------------------------------------------------------------
[ERROR] NullPointerException
[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.

zhezi7的主页 zhezi7 | 初学一级 | 园豆:89
提问于:2010-10-14 01:07
< >
分享
所有回答(1)
0

只报了空指针异常,没有给出异常信息

"Re-run Maven using the -X switch to enable full debug logging."

使用-x参数打开debug日志信息。再看看什么问题。

akunamotata | 园豆:235 (菜鸟二级) | 2011-03-02 13:30
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册