Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-dev] eclipse-settings-maven-plugin future ?

> On Jan 12, 2020, at 23:22, Mickael Istria <mistria@xxxxxxxxxx> wrote:
> However, if you expect m2e to configure the Eclipse checkstyle plugin magically, then it's simply not doable as m2e cannot know of all Maven plugins so it cannot be the component responsible for specific integrations of Maven plugins (beyond orchestrating its execution as described above).


FWIW, another workaround it to add .project, .classpath files and .settings folder to source control. That should keep the plug-ins configured most of the time. Although, a hook during M2E project import for additional processors might be a nice extension. This could then search the marketplace for additional integrations (like the text editor extension which searches marketplace for unknown files).

-Gunnar

-- 
Gunnar Wagenknecht
gunnar@xxxxxxxxxxxxxxx, http://guw.io/




Back to the top