Re: Findbug's Maven2 Plugin future direction

2008-03-14 Thread Matt Gumbley
Could retroweaver be used here? http://retroweaver.sourceforge.net/ Regards, Matt Garvin LeClaire wrote: The current version of the Maven2 FindBug plugin (1.1.1) uses Findbugs 1.2.0 and the 1.2-SNAPSHOT version uses Findbugs 1.2. Since Maven2 requires as a minimum Java 1.4 to run and

Re: How to list goals which are bound to a particular phase?

2008-02-28 Thread Matt Gumbley
I've been looking for this also - the nearest I've found is if you're using the M2 plugin in Eclipse, you can use Run As/Maven build..., and then select the phase from the lifecycle. (Thereby getting a list of the lifecycle phases - there must be some way to do this from the command line!)