how do I copy a dependency to a local directory

2007-01-18 Thread Beagan, Patrick
I'm have a project that has a few dependencies. This works great for the compile phase but for my packaging phase, I've created an ant task that packages up all my files locally in a zip to be distributed.I need to copy my dependencies (jars) from the remote repository to a local directory

how do I copy a dependency to a local directory

2007-01-18 Thread Morgovsky, Alexander \(US - Glen Mills\)
You may use the maven-dependency-plugin. This message (including any attachments) contains confidential information intended for a specific individual and purpose, and is protected by law. If you are not the intended recipient, you should delete this message. Any disclosure, copying, or

Re: how do I copy a dependency to a local directory

2007-01-18 Thread Mel Riffe
j:forEach var=lib items=${pom.artifacts} j:set var=dep value=${lib.dependency}/ ant:copy todir=${basedir}/tmp file=${lib.path}/ /j:forEach Can you use that? --Mel On 1/18/07, Beagan, Patrick [EMAIL PROTECTED] wrote: I'm have a project that has a few dependencies. This works great for the

Re: how do I copy a dependency to a local directory

2007-01-18 Thread dawn.angelito
://www.nabble.com/how-do-I-copy-a-dependency-to-a-local-directory-tf3037253s177.html#a8443914 Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL