Substitute for PlexusContainer#getLoggerManager() ?

2010-10-21 Thread Tobias Gierke
Hi, I just noticed that PlexusContainer#getLoggerManager() has been removed (because of http://jira.codehaus.org/browse/MNG-4162). I have a plexus component that is dynamically looked up from the container (from inside a plugin) and some implementations of this component need a logger. I made

Re: Moving maven site plugin 3.x source to plugins trunk was [ Re: [VOTE] Release Maven Site Plugin 3.0-beta-3 for maven 3 ]

2010-10-21 Thread Lukas Theussl
I also prefer to have at least 2.2 released before moving it to branch, but IMO this could happen much sooner. I don't think it's realistic to maintain both for over a year, but you are the RM. :) -Lukas Dennis Lundberg wrote: On 2010-10-20 14:44, Olivier Lamy wrote: Hi, I agree. (and

Re: Substitute for PlexusContainer#getLoggerManager() ?

2010-10-21 Thread Benjamin Bentmann
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. Benjamin - To unsubscribe, e-mail:

[RESULT] [VOTE] Release Maven Site Plugin 3.0-beta-3 for maven 3

2010-10-21 Thread Olivier Lamy
Hi, The vote has passed with the following result : +1 (binding) : Lukas Theussl, Hervé Boutemy, Vincent Siveton, Olivier Lamy +1 (non binding) : Julien Henry, Tony Chemit, Garvin LeClaire I will continue the release process. Thanks for your testing time ! -- Olivier http://twitter.com/olamy

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

Re: Substitute for PlexusContainer#getLoggerManager() ?

2010-10-21 Thread Benjamin Bentmann
Tobi wrote: ... would implementing only the LogEnabled interface do the trick as well ? Yes Benjamin - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org

[ANN] Release Maven Site Plugin 3.0-beta-3 for maven 3

2010-10-21 Thread Olivier Lamy
Hi, The Maven team is pleased to announce the release of the Maven Site Plugin, version 3.0-beta-3 for Maven 3. This version is intended to be the version of the Maven Site Plugin for Maven 3. The Site Plugin is used to generate a site for the project. You should specify the version in the

Re: Substitute for PlexusContainer#getLoggerManager() ?

2010-10-21 Thread Igor Fedorenko
In maven 3.0, you can use @Requirement to have logger injected like any other component. -- Regards, Igor On 10-10-21 06:23 AM, Tobi wrote: 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

Re: Substitute for PlexusContainer#getLoggerManager() ?

2010-10-21 Thread Tobias Gierke
Benjamin Bentmann wrote: Tobi wrote: ... would implementing only the LogEnabled interface do the trick as well ? Yes Thanks for your help, it's working :-) Benjamin - To unsubscribe, e-mail:

[jira] Subscription: Design Best Practices

2010-10-21 Thread jira
Issue Subscription Filter: Design Best Practices (24 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles http://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

RE: [ANN] Release Maven Site Plugin 3.0-beta-3 for maven 3

2010-10-21 Thread Brian.Levine
Does this imply that this version of the plugin is not compatible with Maven 2.x? -b From: ext Olivier Lamy [ol...@apache.org] Sent: Thursday, October 21, 2010 10:10 AM To: Maven Users List Cc: Maven Developers List Subject: [ANN] Release Maven Site