-----Original Message----- From: Kalle Korhonen [mailto:[EMAIL PROTECTED] Sent: 17 May 2007 00:07 To: Maven Users List; [EMAIL PROTECTED] Subject: Re: Maven build listener?
Quick and dirty way would be to bind antrun plugin with bunch of echoes to a install phase. But of course, it wouldn't work if you want the same message to be printed out regardless of the final phase executed. Kalle On 5/16/07, Erez Nahir <[EMAIL PROTECTED]> wrote: > > Hi, > > I would like to add to the build summary additional information, it > doesn't have to be embedded in the final message, can be just on top > of it. > I was thinking to use some kind of listener that will print my message > to the screen, something like: > > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] My message goes here.... > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] BUILD SUCCESSFUL > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Total time: < 1 second > [INFO] Finished at: Wed May 16 17:08:43 EDT 2007 [INFO] Final Memory: > 1M/3M [INFO] > ---------------------------------------------------------------------- > -- > > Is there a way to add some kind of maven listener to the build? > > Thanks, > Erez. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
