Olivier Lamy <[email protected]> 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 working event spy. Event spy seems more useful anyway: based on my reading of the Maven internals it seems like event spy gets either the same set or a superset of events that ExecutionListener sees. Thanks again.
