Details
-
New Feature
-
Status: Resolved (View Workflow)
-
Blocker
-
Resolution: Fixed
-
None
-
Platform: All, OS: All
Description
Using Maven 2.1.0.M1-RC17
http://people.apache.org/~jdcasey/stage/current-maven-RC/ with Hudson fails due
to not properly initialized instance of LifecycleExecutorInterceptor (for
details please check the Maven user list
http://www.nabble.com/Re%3A--PLEASE-TEST--Maven-2.0.10-RC11-p19207144.html ).
The corresponding warning looks like these ones:
[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.
Cheers,
Torsten
Attachments
Issue Links
- is duplicated by
-
JENKINS-3366 Maven 2.1 Support
-
- Closed
-
-
JENKINS-4023 Support Maven 2.2.0
-
- Closed
-
-
JENKINS-3468 NPE when running Cobertura from Maven
-
- Closed
-
-
JENKINS-3836 PluginManager method signature inconsistency
-
- Closed
-
-
JENKINS-4219 java.lang.NoSuchMethodError when building maven2 project on slave node
-
- Closed
-
-
JENKINS-4303 NoSuchMethodError: org.apache.maven.plugin.PluginManagerException.<init>(Ljava/lang/String;Ljava/lang/Exception;)V after running tests
-
- Closed
-
-
JENKINS-4440 maven issue PluginManagerException
-
- Closed
-
In build 1.378 my mvn 2.1 projects aren't build correctly, phase 'prepare-package' isn't executed and I get:
[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.
Should 'prepare-package' already work in hudson 1.378 ? Is there any workaround for this ?