Maven 2 配置错误不完整的Maven LifeCycleExecutor

Maven 2 配置错误不完整的Maven LifeCycleExecutor,maven-2,hudson,Maven 2,Hudson,我正在使用哈德逊CI的最新版本1.341来构建我的maven-2项目(使用2.2.0构建)。但我得到一些警告,如果通过命令提示符执行,我看不到这些警告。有人能告诉我如何调试这个问题吗 ---------------------------------------------------------- Executing Maven: -B -f d:\work\software\data\hudson\jobs\bio\workspace\trunk\pom.xml install [WA

我正在使用哈德逊CI的最新版本1.341来构建我的maven-2项目(使用2.2.0构建)。但我得到一些警告,如果通过命令提示符执行,我看不到这些警告。有人能告诉我如何调试这个问题吗

---------------------------------------------------------- Executing Maven: -B -f d:\work\software\data\hudson\jobs\bio\workspace\trunk\pom.xml install [WARNING] ************ WARNING ************ This Maven runtime contains a LifecycleExecutor component with an incomplete configuration. LifecycleExecutor class: org.apache.maven.lifecycle.LifecycleExecutorInterceptor Missing component requirement: org.apache.maven.project.MavenProjectBuilder NOTE: This seems to be a third-party Maven derivative you are using. If so, please notify the developers for this derivative project of the problem. The Apache Maven team is not responsible for maintaining the integrity of third-party component overrides. [WARNING] ************ WARNING ************ This Maven runtime contains a LifecycleExecutor component with an incomplete configuration. LifecycleExecutor class: org.apache.maven.lifecycle.LifecycleExecutorInterceptor Missing component requirement: org.apache.maven.project.interpolation.ModelInterpolator NOTE: This seems to be a third-party Maven derivative you are using. If so, please notify the developers for this derivative project of the problem. The Apache Maven team is not responsible for maintaining the integrity of third-party component overrides. [WARNING] ************ WARNING ************ This Maven runtime contains a LifecycleExecutor component with an incomplete configuration. LifecycleExecutor class: org.apache.maven.lifecycle.LifecycleExecutorInterceptor Missing component requirement: org.apache.maven.ConfigurationInterpolator NOTE: This seems to be a third-party Maven derivative you are using. If so, please notify the developers for this derivative project of the problem. The Apache Maven team is not responsible for maintaining the integrity of third-party component overrides. [INFO] Scanning for projects... [INFO] Reactor build order: [INFO] parent [INFO] config ---------------------------------------------------------- 正在执行Maven:-B-fd:\work\software\data\hudson\jobs\bio\workspace\trunk\pom.xml安装 [警告] ************警告************ 此Maven运行时包含配置不完整的LifecycleExecutor组件。 LifecycleExecutor类:org.apache.maven.lifecycle.LifecycleExecutorInterceptor 缺少组件需求:org.apache.maven.project.MavenProjectBuilder 注意:这似乎是您正在使用的第三方Maven衍生产品。如果是,请 将问题通知此衍生项目的开发人员。ApacheMaven团队不是 负责维护第三方组件覆盖的完整性。 [警告] ************警告************ 此Maven运行时包含配置不完整的LifecycleExecutor组件。 LifecycleExecutor类:org.apache.maven.lifecycle.LifecycleExecutorInterceptor 缺少组件需求:org.apache.maven.project.interpolation.ModelInterpolator 注意:这似乎是您正在使用的第三方Maven衍生产品。如果是,请 将问题通知此衍生项目的开发人员。ApacheMaven团队不是 负责维护第三方组件覆盖的完整性。 [警告] ************警告************ 此Maven运行时包含配置不完整的LifecycleExecutor组件。 LifecycleExecutor类:org.apache.maven.lifecycle.LifecycleExecutorInterceptor 缺少组件需求:org.apache.maven.ConfigurationInterpolator 注意:这似乎是您正在使用的第三方Maven衍生产品。如果是,请 将问题通知此衍生项目的开发人员。ApacheMaven团队不是 负责维护第三方组件覆盖的完整性。 [信息]正在扫描项目。。。 [信息]反应堆建造顺序: [信息]家长 [信息]配置
这看起来非常类似(请特别参阅)。请尝试maven 2.2.1。

这更多的是一个错误报告,而不是一个支持问题。我建议直接把它放到Hudson用户列表中:迁移到Maven 2.2.1解决了这个问题。