Re: Stripping the ant part from the maven ant tasks

2009-04-23 Thread Stephen Connolly
You now know all that I know 2009/4/23 Todor Boev > 10x > This looks promising. > You happen to know if I can use it to only download the dependencies? I > don't want to build a project because this downloads a bunch of maven > plugins, which get mixed with the dependencies :( > > > Stephen Conn

Re: Stripping the ant part from the maven ant tasks

2009-04-23 Thread Todor Boev
10x This looks promising. You happen to know if I can use it to only download the dependencies? I don't want to build a project because this downloads a bunch of maven plugins, which get mixed with the dependencies :( Stephen Connolly wrote: maven embedded 2009/4/23 Todor Boev Hi, I am wo

Re: Stripping the ant part from the maven ant tasks

2009-04-23 Thread Stephen Connolly
maven embedded 2009/4/23 Todor Boev > Hi, > I am working on a requirement to resolve and download the transitive > closure of a set of maven artifacts. The plan is to use a pom.xml with > "pom". That pom will contain the set of artifacts as > dependencies together with some repository definition

Stripping the ant part from the maven ant tasks

2009-04-23 Thread Todor Boev
Hi, I am working on a requirement to resolve and download the transitive closure of a set of maven artifacts. The plan is to use a pom.xml with "pom". That pom will contain the set of artifacts as dependencies together with some repository definitions from where the artifacts can be downloaded