Re: Logging listener

2013-05-22 Thread Jeffrey E Care
Olivier Lamy wrote on 05/22/2013 05:40:49 AM: > The easiest will be to use EventSpy (put the the jar in $M2_HOME/lib/ext) > You can find a sample for using ExecutionListener here > https://github.com/olamy/maven-growl-plugin > But I find that a bit hackish :-) Thanks to your help I now have a w

Re: Logging listener

2013-05-22 Thread Olivier Lamy
The easiest will be to use EventSpy (put the the jar in $M2_HOME/lib/ext) You can find a sample for using ExecutionListener here https://github.com/olamy/maven-growl-plugin But I find that a bit hackish :-) 2013/5/22 Jeffrey E Care : > Olivier Lamy wrote on 05/20/2013 07:11:40 PM: > >> You can w

Re: Logging listener

2013-05-21 Thread Jeffrey E Care
Olivier Lamy wrote on 05/20/2013 07:11:40 PM: > You can write your own ExecutionListener (you can extend this > http://maven.apache.org/ref/3-LATEST/apidocs/org/apache/maven/ > execution/AbstractExecutionListener.html) > or your own EventSpy (see > http://maven.apache.org/ref/3-LATEST/apidocs/org

Re: Logging listener

2013-05-20 Thread Olivier Lamy
You can write your own ExecutionListener (you can extend this http://maven.apache.org/ref/3-LATEST/apidocs/org/apache/maven/execution/AbstractExecutionListener.html) or your own EventSpy (see http://maven.apache.org/ref/3-LATEST/apidocs/org/apache/maven/eventspy/AbstractEventSpy.html ). 2013/5

Logging listener

2013-05-20 Thread Jeffrey E Care
I'd like to write my own listener to Maven logging events, similar to Ant's "-listener" option. Is there any such function available in Maven? I googled around for it but didn't turn up anything. Jeffrey E. (Jeff) Care Advisory Software Engineer | IBM Watson Solutions Release Engineering email