Fine with me. -----Original Message----- From: Mark Hobson [mailto:[EMAIL PROTECTED] Sent: Monday, September 17, 2007 9:29 AM To: Maven Developers List Subject: Re: dependency:analyze changes
On 17/09/2007, Mark Hobson <[EMAIL PROTECTED]> wrote: > On 17/09/2007, Mark Hobson <[EMAIL PROTECTED]> wrote: > > Brian and anyone else interested, > > > > I'd like to make a couple of small changes to the analyze goal: > > > > 1) Remove @execute phase="test-compile" and replace with @phase > > verify. This will allow it to be used in the verification phase in a > > similar way to checkstyle et al. The explicit @execute behaviour > > currently means that everything is compiled twice when bound to the > > lifecycle like this. The original behaviour can still be achieve with > > a mvn test-compile dependency:analyze. > > > > 2) Remove the call to analyze-dep-mgt from analyze - they should > > really be distinct goals since they process different data. > > > > 3) Tidy up the analyze params and output. > > Forgot to add: > > 4) Remove JustAnalyze goal, since this will be redundant with (1). Okay, I'm going to commit these changes whilst I've got time to work on them - we can always back them out if anyone seriously objects. Too many local changes are hard to manage.. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
