Re: dependency plugin - thoughts on providing a list of classes required at runtime to use with dependency:analyze?

2011-10-04 Thread Tobi
Hi Ryan, Two questions - How do I use the analyzer configuration parameter to swap out the analyzer component (do I just add an artifact to the plugin dependency that contains my analyzer and specify the class in the analyzer configuration? - is there a way for me to have my analyzer take

Re: Substitute for PlexusContainer#getLoggerManager() ?

2010-10-21 Thread Tobi
Tobias Gierke wrote: Is there a way to get a Logger injected directly into the component The usual pattern is to have the component extend AbstractLogEnabled. Since I already need to inherit from a different class , this won't work ... would implementing only the LogEnabled interface do