Gareth Tilley wrote:
> 
> I've also had issues with this, how does one find out what components are
> available to a plugin?
> 
> 
> Frederik Bayart-2 wrote:
>> 
>> Hallo,
>> 
>> Does anybody know where I can find documentation of component
>> requirements (the @component annotation in a mojo) and the components.xml
>> file. (in "Better builds with maven", p. 149 they just mention that it's
>> beyond the scope of the chapter).
>> 
>> Frederik
>> 
>> 
>> 
> 
> 

The @components tag is used by the IoC container of Maven (Plexus) to inject
a value to those variables. To see what available components are there, try
searching for the META-INF/plexus/components.xml (for examples, there's one
inside maven-core).
-- 
View this message in context: 
http://www.nabble.com/component-requirements-tf2047292.html#a5843711
Sent from the Maven - Users forum at Nabble.com.


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

Reply via email to