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. Cheers, Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]