2010-01-22 4 views
2

J'utilise la dernière version 1.341 de l'IC Hudson pour construire mon projet maven-2 (construit en utilisant 2.2.0). Mais je reçois des avertissements que je ne vois pas s'ils sont exécutés via une invite de commande. Quelqu'un peut-il me faire savoir, comment déboguer ce problème?Maven LifeCycleExecutor avec une erreur de configuration incomplète

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

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 
+0

Il s'agit plus d'un rapport de bug qu'un problème de support. Je suggère de le prendre directement à la liste des utilisateurs de Hudson: http://n4.nabble.com/Hudson-users-f361316.html –

Répondre

2

Cela ressemble beaucoup à JENKINS-2373 (voir this comment en particulier). S'il vous plaît essayez avec maven 2.2.1.

+0

La migration vers Maven 2.2.1 a résolu le problème. – Joe

Questions connexes