I was missing plexus/components.xml. Got it working now. Thanks, all. -tim
On Mon, Mar 5, 2012 at 6:47 PM, Jason van Zyl <[email protected]> wrote: > Here's a working example of an event spy. You can build it and drop it > into the ${m2_home}/lib/ext directory: > > https://github.com/etesla/tesla-profiler > > On Mar 5, 2012, at 6:04 PM, Tim Drury wrote: > > > No, I hadn't but I just did and same result - nothing in the output logs. > > > > -tim > > > > On Mon, Mar 5, 2012 at 5:56 PM, Olivier Lamy <[email protected]> wrote: > > > >> Did you add you jar in $M2_HOME/lib/ext/ ? > >> > >> 2012/3/5 Tim Drury <[email protected]>: > >>> I wrote a class that extends maven 3.0.4 AbstractEventSpy and simply > >> writes > >>> to a java.util.logging.Logger at info level (and System.out) when each > >>> method is called. I run it via: > >>> > >>> mvn > >> -Dmaven.ext.class.path=/Users/tdrury/.m2/.../mavenspy-0.1-SNAPSHOT.jar > >>> -X clean install > >>> > >>> yet I get nothing in the output indicating my EventSpy is being called. > >>> Any clues? > >>> > >>> -tim > >> > >> > >> > >> -- > >> Olivier Lamy > >> Talend: http://coders.talend.com > >> http://twitter.com/olamy | http://linkedin.com/in/olamy > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [email protected] > >> For additional commands, e-mail: [email protected] > >> > >> > > Thanks, > > Jason > > ---------------------------------------------------------- > Jason van Zyl > Founder, Apache Maven > http://twitter.com/jvanzyl > --------------------------------------------------------- > > Three people can keep a secret provided two of them are dead. > > -- Unknown > > > > >
