Missing component test class from maven-it-plugin-class-loader project?
-----------------------------------------------------------------------

                 Key: MNG-4665
                 URL: http://jira.codehaus.org/browse/MNG-4665
             Project: Maven 2 & 3
          Issue Type: Task
          Components: Integration Tests
    Affects Versions: 3.0-beta-1
            Reporter: Stuart McCulloch
         Attachments: MAVEN_3_IT_PATCHES_FOR_GUICE.txt

When running the Maven3 ITs with the new Guice-Plexus container I see a couple 
of failures involving the maven-it-plugin-class-loader. This is because the 
InstanceofMojo declares a requirement with a role of 
"org.apache.maven.plugin.coreit.Component" and this class is not available in 
the plugin or any of its dependencies.

This doesn't cause a problem with Plexus because components are matched using 
String identities, whereas because Guice is type-safe we automatically detect 
the missing class during requirement lookup/injection.

So is this missing role class part of the test? If not then can the class be 
added (see attached patch).

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