I have been constructing tests and do not experience this.  What does your
POM entry look like?

Here is mine:

            <plugin>
                <groupId>org.codehaus.mojo</groupId>
                <artifactId>findbugs-maven-plugin</artifactId>
                <version>1.2-SNAPSHOT</version>
                <configuration>
                    <effort>Min</effort>
                    <threshold>Low</threshold>
                    <debug>true</debug>
                    <xmlOutput>true</xmlOutput>
                    <excludeFilterFile>
                        C:/lib/lib-filter.xml
                    </excludeFilterFile>
                </configuration>
            </plugin>


Here is the output:

[INFO] Generate "FindBugs Report" report.
[INFO]   Using minimum effort.
[INFO]   Using FindBugs Version: 1.2.0
[INFO]   Using low threshold.
[INFO]   Using the xdoc format
[INFO]   Using minimum effort.
[INFO]   Using low threshold.
[INFO]   Debugging is On
[INFO]   No bug include filter.
[INFO]   Using bug exclude filter C:/lib/lib-filter.xml
[INFO] There are Errors
[INFO] Printing Errors
[INFO] Printing Missing classes
[INFO] There are Errors
[INFO] Printing Errors



-- 
Regards,


Garvin LeClaire
[EMAIL PROTECTED]



On 8/29/07, Marcelo Takeshi Fukushima <[EMAIL PROTECTED]> wrote:
>
> I have the impression that the plugin does not send the threshould and
> effort parameters to the findbugs - it always uses the default ones. Am i
> right or is the plugin reporting that is using defaults even tough its
> not?
>
> Heres what i get when running it:
> [INFO] [findbugs:findbugs]
> [INFO]   No effort provided, using default effort.
> [INFO]   No threshold provided, using default threshold.
> [INFO]   Debugging is Off
> [INFO]   No bug include filter.
>
>
>
> either by single goal or embedded on the reportings. Any thoughs?
>
> regards,
> takeshi
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this list please visit:
>
>     http://xircles.codehaus.org/manage_email
>
>

Reply via email to