Maven LifeCycleExecutor with an incomplete configu

2019-07-17 10:12发布

I am using the latest version 1.341 of the Hudson CI to build my maven-2 project (built using 2.2.0). But I get some warnings which I don't see if executed via a command prompt. Can someone let me know, how to debug this issue?

----------------------------------------------------------

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

1条回答
霸刀☆藐视天下
2楼-- · 2019-07-17 11:13

This looks very similar to JENKINS-2373 (see this comment in particular). Please try with maven 2.2.1.

查看更多
登录 后发表回答