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

Re: buildnumber-maven-plugin format

2013-05-20 Thread Thad Humphries
On Mon, May 20, 2013 at 11:56 AM, Baptiste MATHUS wrote: > Hi, > Could you provide: > - the format you tried, > - what you were expecting > - what it gives > - buildnumber plugin version you're using > - Maven version > > Cheers > I tried org.codehaus.mojo buildnumber-mav

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

Re: buildnumber-maven-plugin format

2013-05-20 Thread Baptiste MATHUS
Hi, Could you provide: - the format you tried, - what you were expecting - what it gives - buildnumber plugin version you're using - Maven version Cheers Le 20 mai 2013 02:19, "Thad Humphries" a écrit : > I'm attempting to use the buildnumber-maven-plugin ( > http://mojo.codehaus.org/buildnumber