Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] Automatically activate checkstyle/findbugs builders after checkout from SVN using m2e

I am not sure about findbugs, but there is Checkstyle connector in m2e
discovery catalog. Have you tried installing it before importing
projects from svn?

Generally, m2e lifecycle mapping, AbstractProjectConfigurator
specifically, provides hooks to enable natures and builders based on
configuration information present in pom.xml.

--
Regards,
Igor

On 11-12-01 6:59 AM, Bela Eross wrote:
Hi,

In the http://dev.eclipse.org/mhonarc/lists/m2e-users/msg01757.html
thread is said that it isn’t possible to configure custom project
natures and/or builders in pom.xml. Is it still somehow possible to
activate checkstyle/findbugs automatically after a checkout as maven
project with m2e?

Thanks,
Bela


Back to the top