Hello, I'm a bit confused on the use of the @component and @plexus.requirement Javadoc annotations.
http://docs.codehaus.org/display/MAVEN/Deterministic+Lifecycle+Planning The above document contains the following: "injected either as a @plexus.requirement or @component annotation, depending on whether you're writing a Plexus component or an implementation of the Mojo interface" Within a complete Maven plugin implementation, where is the boundary for the set of classes where I have to use @component annotation? Is it only in the real plugin class (extending AbstractMojo) where I have to use @component? Use @plexus.requirement for the rest? Please enlighten me! Ringo --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
