Re: Repository navigation

2006-03-25 Thread Laurie Harper
Brett Porter wrote: It uses (will use) the same code as that in the repository manager. Basically, the repository has a zip of the index that is downloaded regularly and used to search, making it possible to search remotely. As far as I could tell, m2eclipse uses the same Indexer code, but runs

Re: Repository navigation

2006-03-25 Thread Brett Porter
It uses (will use) the same code as that in the repository manager. Basically, the repository has a zip of the index that is downloaded regularly and used to search, making it possible to search remotely. I'm not sure that helps with browsing - I haven't investigated how the tree is done there. H

Re: Repository navigation

2006-03-25 Thread Laurie Harper
Which one? I've looked at the M2 Eclipse plugin (m2eclipse, from Mergere), but that only seems to provide an index search of the local repository, no remote repo support. L. Kenney Westerhof wrote: On Fri, 24 Mar 2006, Laurie Harper wrote: The Maven plugin for Eclipse presents a tree-view of

Report in parent project after report in child projects?

2006-03-25 Thread roger.butenuth
Hi! I want to write an "aggregation report": When I have a project consisting of a parent project and serveral child projects, the report of the parent project is executed before the reports of the child projects. This makes it impossible to have some sort of aggregation in the report of the pa

RE: How to have several reports in a plugin?

2006-03-25 Thread Vincent Massol
Hi Brett, > -Original Message- > From: Brett Porter [mailto:[EMAIL PROTECTED] > Sent: vendredi 24 mars 2006 00:55 > To: Maven Developers List > Subject: Re: How to have several reports in a plugin? > > Yes, everything that implements MavenReport is a report in the plugin. > Bear in mind t

Re: Repository navigation

2006-03-25 Thread Kenney Westerhof
On Fri, 24 Mar 2006, Laurie Harper wrote: The Maven plugin for Eclipse presents a tree-view of all dependencies there, maybe you can use some of that code, although I think it's hard to come by. -- Kenney > Ah, OK, so that only works with local repositories, and will scan the > entire repo in on

Re: bump surefire to plexus-utils 1.1

2006-03-25 Thread Kenney Westerhof
On Fri, 24 Mar 2006, Brett Porter wrote: > > I'm talking about surefire, not the plugin. The surefire trunk version > > is currently 1.5.3-SNAPSHOT, containing a dep on 1.0.5. > > surefire plugin 2.2 -> surefire 2.0 -> plexus-utils 1.1. Test > instructions were sent to the list recently, in regard