Re: browsing maven repo

2011-11-15 Thread Ognjen Bubalo
way you want. Moreover, it's not that simple, think platform > specific profiles (hence, edges changes as you change the platform you > evaluate aganst), etc. I don't believe you want to do that. > > What "further analysis" you expect to have against _triplets_ and _edges_

Re: browsing maven repo

2011-11-15 Thread Ognjen Bubalo
just > parsing the POM XML etc... you need to interpolate values, apply > parents, etc... All that is done by Aether for you. > > [1] https://github.com/sonatype/sonatype-aether > > > Thanks, > ~t~ > > On Tue, Nov 15, 2011 at 10:34 AM, Ognjen Bubalo > wrote: > > H

Re: browsing maven repo

2011-11-15 Thread Ognjen Bubalo
re is no constraint of whatsoever... repositories > _tend_ to contain interdependent artifacts, but it's not a requirement > at all. Or you are targeting Central Repository specifically (that one > has a weak requirement to not contain artifacts pointing "outside" of > it)? Or...

Re: browsing maven repo

2011-11-14 Thread Ognjen Bubalo
o much IF index is > not published. And crawling a repo is considered a bad behavior, so be > polite! :) > > Could you describe a bit more about your use case? > > > Thanks, > ~t~ > > PS: Ma nema problema Ogi, i drugi put! Moze i direktno :D > > > On Mon, Nov 14, 2

Re: browsing maven repo

2011-11-14 Thread Ognjen Bubalo
en/index/cli/NexusIndexerCli.java > > > > Now the question is: is "given repository" you mention under your > > governance or not... since if it's NOT and it does NOT publish indexes > > either, Maven Indexer will not help you. > > > > > > Thanks

browsing maven repo

2011-11-14 Thread Ognjen Bubalo
Hi! I would like to get a list of all artifacts placed in a given repository. I think I could use Maven Indexer but I am not sure it works with Maven 3. Also I couldn't find any example using Maven Indexer, to know where to start. I would appreciate if somebody put me on right direction, recommend

exploring maven repository

2011-11-03 Thread Ognjen Bubalo
Hello! I would like to create an application which is able to explore a user specified maven repository ( to see what is on that repo, get artifacts, poms). I think I should use the Maven API but maybe there is a maven plugin for this already. Do you have any idea how could I do this? The online