Diego Sergnese
Diego Sergnese

Reputation: 340

How to configure checkstyle in eclipse using m2e automatically?

I've read posts about configuring checkstyle using the m2eclipse plugin, but it seems its not working for the new m2e plugin maintained by eclipse.

Is there a way for using the same checkstyle configuration rules in maven and eclipse automatically without falling back to maven-eclipse-plugin?

Thanks in advance.

Upvotes: 2

Views: 1164

Answers (1)

bmargulies
bmargulies

Reputation: 100196

The m2e checkstyle plugin, which lives at https://github.com/organizations/m2e-code-quality, is a little behind on releases and advertisement in the marketplace. You could build your own copy and install the plugins in eclipse.

Upvotes: 1

Related Questions