Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] How to configure m2e in Eclipse to use same checkstyle config as used in my build?

I have an Eclipse plugin codebase built with Tycho. The parent pom that I get from a maven repo has the checkstyle config, including the custom ruleset required the project.

How exactly do I get m2e in Eclipse to use the same checkstyle config used in the build? I saw Eclipse install a m2e checkstyle connector, but the warnings I see in Eclipse don't match what I get in the build.


Back to the top