Re: How can I set the logger for mojos?

2006-09-23 Thread Arnaud Bailly
Michael Schlotfeldt [EMAIL PROTECTED] writes: I see the following interface exists: org.apache.maven.plugin.logging.Log ... and that an implementation is injected into mojos (no idea how that happens though). Hello, I had the same problem in my mojos. My solution is to wrap the maven

How can I set the logger for mojos?

2006-09-22 Thread Michael Schlotfeldt
I see the following interface exists: org.apache.maven.plugin.logging.Log ... and that an implementation is injected into mojos (no idea how that happens though). My question is how does somebody go about getting maven to use a different implementation of the interface? I want to replace it