Tom Huybrechts Tue, 03 Jan 2006 03:38:40 -0800
I've used ant to write a mojo with Maven 2.1-SNAPSHOT. This is working great, but now I'd like to reference the jars of some dependencies of my plugin. How would I do this ? Can I pass this in using some kind of parameter expression ?
Tom