Re: dependency:copy and transitive dependencies of artifactItems

2011-07-27 Thread Brian Fox
You can't, copy-dependencies is intended to work on the current project, and copy is intended to simply fetch another artifact only. On Wed, Jul 27, 2011 at 4:15 PM, cowwoc wrote: > Brian, > > How do specify a project argument for "copy-dependencies"? That is, I need > to copy the dependencies of

Re: dependency:copy and transitive dependencies of artifactItems

2011-07-27 Thread cowwoc
Brian, How do specify a project argument for "copy-dependencies"? That is, I need to copy the dependencies of another project (not the current one). Thanks, Gili Brian Fox-2 wrote: > > It does not support transitivity yet. You can use copy-dependencies and > combinations of the filters to get

Re: dependency:copy and transitive dependencies of artifactItems

2009-04-21 Thread Brian Fox
It does not support transitivity yet. You can use copy-dependencies and combinations of the filters to get the artifacts you need Chris Burroughs wrote: I assumed from the frequent references to transitive dependencies at that

dependency:copy and transitive dependencies of artifactItems

2009-04-21 Thread Chris Burroughs
I assumed from the frequent references to transitive dependencies at that dependency:copy supported transitive dependencies of artifactItems. However, this appears to not be the case (at least as of a few years ago): http://www.m