Re: Set my own logger

2012-02-28 Thread Oliver B. Fischer
The same for me. There is an issue in Codehaus' JIRA. You should watch 
it and please vote for it:


http://jira.codehaus.org/browse/MNG-4505

Bye,

Oliver

Am 27.02.2012 17:12, schrieb Wayne Fay:

I'd like to replace the default Maven logger implementation with my own. I 
assume
I need to create an extension but if that is try, how do I get a list of mojo's 
to call
setLog on? Is there a Plexus injection way to do this.


I've seen other people ask this question before on this list...
But I've never seen anyone reply with a working example/solution.
If you do find a solution, please share it back.

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: Set my own logger

2012-02-27 Thread Wayne Fay
 I'd like to replace the default Maven logger implementation with my own. I 
 assume
 I need to create an extension but if that is try, how do I get a list of 
 mojo's to call
 setLog on? Is there a Plexus injection way to do this.

I've seen other people ask this question before on this list...
But I've never seen anyone reply with a working example/solution.
If you do find a solution, please share it back.

Wayne

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Set my own logger

2012-02-26 Thread Baron Roberts
I'd like to replace the default Maven logger implementation with my own. I 
assume I need to create an extension but if that is try, how do I get a list of 
mojo's to call setLog on? Is there a Plexus injection way to do this.

Ultimately what I am trying to accomplish is interpose on the log output to 
filter out messages that are not relevant or cannot be suppressed using other 
means.

Thanks,
Baron