集成Hudson,Maven的问题

时间:2012-11-30 06:19:53

标签: maven build hudson pom.xml

我在Mac系统上集成了Hudson,独立于任何网络服务器  我使用命令

部署了hudson.war
java -jar hudson-2.2.1.war

然后将我的项目与来自hudson控制台的hudson集成。

在shell脚本部分输入以下命令

cp -rf /HomeDirectory/TestProject

然后点击“立即构建”

来构建项目

但我收到了以下错误

[INFO] Scanning for projects...
[INFO] o.h.m.e.h.MavenExecutionResultHandler - Build failed with exception(s)
[INFO] o.h.m.e.h.MavenExecutionResultHandler - [1] org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[FATAL] Non-readable POM /Users/abc/.hudson/jobs/testproject/workspace/pom.xml: /Users/abc/.hudson/jobs/testproject/workspace/pom.xml (No such file or directory) @ 

从这个日志中我理解的是它无法找到pom.xml,这是真的,因为我在我的系统中找不到任何包含pom.xml的“.hudson”文件夹(我假设.hudson文件夹已创建在部署hudson.war时自动

谁能告诉我如何解决这个问题?

我做错了什么?

0 个答案:

没有答案