Hi Darren, Maybe you can use http://mojo.codehaus.org/dependency-maven-plugin/ in a phase before the one where you run your ant-run ?
HTH, -- Yann 2006/1/10, Darren Hartford <[EMAIL PROTECTED]>: > > Hey all, > I have an ant-run task that helps to package a jar in a specific way. I > would like to include all the runtime libs defined in the pom.xml into > the /lib location (flattened) of the jar. > > How can I do this? When I make references to maven.runtime.classpath in > build.xml, it's a <path> type construct and I can not use <copy> on > it... > > Thanky, > -D > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
