Hi, Is there a way in plexus to define a meta component without going in endless regression ?
<component> <role>role</role> <role-hint>meta</role-hint> <implementation>meta-component</implementation> <requirements> <requirement> <!-- same role here --> <role>role</role> <field-name>little-brothers</field-name> </requirement> </requirements> </component> I just need to exclude the role-hint 'meta' in the little-brothers map. Regards. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
