Fix dependency injection of the plexus GroovyComponentFactory -------------------------------------------------------------
Key: MGROOVY-30 URL: http://jira.codehaus.org/browse/MGROOVY-30 Project: Maven 2.x Groovy Plugin Issue Type: Improvement Components: execute Affects Versions: 1.0-alpha-3 Reporter: Jason Dillon Assignee: Jason Dillon Priority: Minor The GroovyComponentFactory should really be injected, need to specify the role and role-hint for plexus to find it correctly. {noformat} /** * @component role="org.codehaus.plexus.component.factory.ComponentFactory" role-hint="groovy" */ private GroovyComponentFactory componentFactory; {noformat} -- 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 --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email