RE: [m2] copy contents of maven.runtime.classpath for packaging

2006-01-11 Thread Darren Hartford
. -D > -Original Message- > From: Yann Le Du [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 10, 2006 5:52 PM > To: Maven Users List > Subject: Re: [m2] copy contents of maven.runtime.classpath > for packaging > > Hi Darren, > > Maybe you can use > htt

Re: [m2] copy contents of maven.runtime.classpath for packaging

2006-01-10 Thread Yann Le Du
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

[m2] copy contents of maven.runtime.classpath for packaging

2006-01-10 Thread Darren Hartford
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 type constr