Re: Validating version selections

2008-03-07 Thread deckrider
the boat a bit here? -Original Message- From: deckrider [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 9:57 PM To: Maven Users List Subject: Re: Validating version selections Perhaps a pom depending on those other projects? Then you could run the dependency plugin

Validating version selections

2008-03-06 Thread EJ Ciramella
Is there a standalone type plugin one can use to verify that multiple projects are using the same set of dependencies? I'd love to use something like dependency-analyze, but I want to compare two different deployable units (rather than having each deployable unit validate it's own set of

RE: Validating version selections

2008-03-06 Thread EJ Ciramella
Better question - is there a good example of how to iterate over dependencies? -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Thursday, March 06, 2008 6:58 PM To: users@maven.apache.org Subject: Validating version selections Is there a standalone type plugin one

Re: Validating version selections

2008-03-06 Thread deckrider
Perhaps a pom depending on those other projects? Then you could run the dependency plugin against it. On 3/6/08, EJ Ciramella [EMAIL PROTECTED] wrote: Is there a standalone type plugin one can use to verify that multiple projects are using the same set of dependencies? I'd love to use

RE: Validating version selections

2008-03-06 Thread EJ Ciramella
To: Maven Users List Subject: Re: Validating version selections Perhaps a pom depending on those other projects? Then you could run the dependency plugin against it. On 3/6/08, EJ Ciramella [EMAIL PROTECTED] wrote: Is there a standalone type plugin one can use to verify that multiple projects