Maven 3 Regression: Missing constructor of 
org.codehaus.plexus.component.configurator.converters.special.ClassRealmConverter
----------------------------------------------------------------------------------------------------------------------------

                 Key: MNG-4832
                 URL: http://jira.codehaus.org/browse/MNG-4832
             Project: Maven 2 & 3
          Issue Type: Bug
    Affects Versions: 3.0
            Reporter: Brian Jackson
            Priority: Blocker


I reported MNG-4811 and it was fixed for 3.0-RC2 but introduced a new error.  
The source for 
com.espn.maven.plugins.espnservice.IncludeProjectDependenciesComponentConfigurator
 is attached to MNG-4811.  The exception I'm seeing is below:


Caused by: java.lang.NoSuchMethodError: 
org.codehaus.plexus.component.configurator.converters.special.ClassRealmConverter.<init>(Lorg/codehaus/classworlds/ClassRealm;)V
        at 
com.espn.maven.plugins.espnservice.IncludeProjectDependenciesComponentConfigurator.configureComponent(IncludeProjectDependenciesComponentConfigurator.java:43)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at 
org.codehaus.plexus.component.configurator.AbstractComponentConfigurator.configureComponent(AbstractComponentConfigurator.java:90)
        at 
org.apache.maven.plugin.internal.DefaultMavenPluginManager.populatePluginFields(DefaultMavenPluginManager.java:505)
        ... 22 more


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to