I see this in Log4j 2:

      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>findbugs-maven-plugin</artifactId>
        <version>${findbugs.plugin.version}</version>
        <configuration>
          <fork>true</fork>
          <jvmArgs>-Duser.language=en</jvmArgs>
          <threshold>Normal</threshold>
          <effort>Default</effort>

<excludeFilterFile>${log4jParentDir}/findbugs-exclude-filter.xml</excludeFilterFile>
        </configuration>
      </plugin>

Gary

On Thu, Sep 25, 2014 at 12:12 PM, Emmanuel Bourg <[email protected]> wrote:

> Le 20/09/2014 14:28, Gary Gregory a écrit :
>
> > The language in the FindBugs reports can be configured in the plugin
> config
> > IIRC. I've seen that done recently but can't recall which project.
> >
> > Can we do that from commons-parent?
>
> Good idea but how do you do that? I see nothing to configure the locale
> in the settings of the findbugs-maven-plugin:
>
> http://mojo.codehaus.org/findbugs-maven-plugin/findbugs-mojo.html
> http://mojo.codehaus.org/findbugs-maven-plugin/check-mojo.html
>
> Emmanuel Bourg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
E-Mail: [email protected] | [email protected]
Java Persistence with Hibernate, Second Edition
<http://www.manning.com/bauer3/>
JUnit in Action, Second Edition <http://www.manning.com/tahchiev/>
Spring Batch in Action <http://www.manning.com/templier/>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Reply via email to