I'm trying to create a mojo that is itself pluggable so that my users can
select an implementation of an interface to use.  I'm reading about plexus
and the @component annotation for mojo fields.  It appears the plexus
component's roleHint can only be set in the annotation and not in the pom
configuration when someone uses my maven plugin.  Ideally I'd like to have
my users specify a class and property values that initialize it in an IoC
pattern and have it injected into my Mojo. Am I misunderstanding how to use
plexus and its not built for this?  Are there any examples of Mojo doing
something similar to what I describe, even if its without plexus components?  
-- 
View this message in context: 
http://www.nabble.com/Override-an-%40component-hint-in-the-pom--tp18643797p18643797.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to