Hi,

I have a Mojo, where I would like to only depend on the Plexus role
(say "MyComponent"). I would want the user to select and configure the
actual implementation by specifying the role-hint
and the configuration. For example, I could imagine that this looks like

   <plugin>
      <groupId>...</groupId>
      <artifactId>...</artifactId>
      <configuration>
         <param1>...</param1>
         ...
         <MyComponentParam>
            <roleHint>foo</roleHint>
            <configuration>
                ...
            </configuration>
         </MyComponentParam>
      </configuration>
   </plugin>

Can anybody advise me how I achieve that? Or better, give an example
where something like that is done?

Thanks,

Jochen

--
How fast can a year go? As fast as your childs first year.

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

Reply via email to