Re: enumerating contents of a repo

2011-07-06 Thread Brian Fox
Something that needs to enumerate a repo should look towards leveraging the index instead of the index listing that wagon uses. Once upon a time, the wagon couldn't work with the listings of certain repo managers because they didn't render an index.html (i don't know if that's still true or not) bu

Re: enumerating contents of a repo

2011-07-05 Thread Benson Margulies
I am inclined to agree, having wrestled with this all day. On Tue, Jul 5, 2011 at 9:10 PM, Brett Porter wrote: > > On 06/07/2011, at 4:25 AM, Benson Margulies wrote: > >> I'm posting this thread, even though I can pretty much guarantee that >> I'm not going to be able to muster the effort to act

Re: enumerating contents of a repo

2011-07-05 Thread Brett Porter
On 06/07/2011, at 4:25 AM, Benson Margulies wrote: > I'm posting this thread, even though I can pretty much guarantee that > I'm not going to be able to muster the effort to act on it. > > Sitting over at mojo is a wagon-maven-plugin. It wants to enumerate > all the artifacts in a repo. It tries

enumerating contents of a repo

2011-07-05 Thread Benson Margulies
I'm posting this thread, even though I can pretty much guarantee that I'm not going to be able to muster the effort to act on it. Sitting over at mojo is a wagon-maven-plugin. It wants to enumerate all the artifacts in a repo. It tries to do this by walking the repo as a directory tree. Sadly for