Thanks Cleuton, in my custom plugin which I developed I have a Mojo that extends AbstractMojo but this Mojo delegates to a Pojo. Both the Mojo and Pojo each have their won logger. In this case does your suggestion still stand? can you suggest some simple steps to use the AbstractMojo getLog() method.
Omar On 3 January 2014 16:02, Cleuton Sampaio <[email protected]> wrote: > Did you based your mojo on class AbstractMojo ? If you did, then you > should use the getLog() method. See: > > > http://maven.apache.org/ref/2.2.1/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html > > Cleuton Sampaio > > > Em 03/01/2014, às 07:44, "Omar@Gmail" <[email protected]> > escreveu: > > > > Hi All, > > > > I implemented my own Maven plugin mojo in which I used log4j + slf4j. In > > the plugin project I have included the correct jars and can see correct > > logging of statements from code. > > > > Now I want use this new maven plugin in another client project but having > > trouble getting it to work correctly. > > > > In the plugin itself I have included a log4j.properties under > > src/main/resources which works fine as mentioned above. But when I try to > > include the plugin in another client project the log file is not being > > created. > > > > The question is what else do I have to try or do to get this working > > correctly? > > > > Thank you. > > Omar > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
