Resolving artifacts in Maven API

2009-09-21 Thread Tristan JC Rouse
Hi, I'm trying to figure out how to work the DefaultArtifactResolver class. I just need to get Maven to resolve an artifact from the remote repository and download it to the local repository and give me the path. I'm assuming that after you pass an Artifact to the DefaultArtifactResolver's resolve

Re: Resolving artifacts in Maven API

2009-09-21 Thread Tristan JC Rouse
I apologize for rewriting this without seeing Benjamin Bentmann's response to my earlier letter. I fail at using mailing lists. Thanks very much for the response. On Fri, Sep 18, 2009 at 3:30 PM, Tristan JC Rouse < tris...@tristanjcrouse.com> wrote: > Hi, > > I'm trying to figure out how to work