Maven LifeCycleExecutor с неполной ошибкой конфигурации - PullRequest
2 голосов
/ 22 января 2010

Я использую последнюю версию 1.341 CI Hudson для сборки своего проекта 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

1 Ответ

2 голосов
/ 22 января 2010

Это очень похоже на JENKINS-2373 (см. этот комментарий в частности) Пожалуйста, попробуйте с Maven 2.2.1.

...