[m2e-users] New m2e version this year?

2018-01-09 Thread Fabian.Meier
Hello, is a new version of m2e expected in 2018? Which version of the maven-archetype-plugin will be supported? Best regards, Fabian Meier ___ m2e-users mailing list m2e-users@eclipse.org To change your delivery options, retrieve your password, or u

[m2e-users] Automatic overwrite of resolveWorkspaceProjects

2018-01-17 Thread Fabian.Meier
Hello, I included the file org.eclipse.m2e.core.prefs into my Maven archetype to set resolveWorkspaceProjects=false. Unfortunately, when I create a Maven project through Eclipse (with my archetype), this setting is immediately changed to resolveWorkspaceProjects=true (it works correctly on the

Re: [m2e-users] Automatic overwrite of resolveWorkspaceProjects

2018-04-25 Thread Fabian.Meier
Hi, a company-internal Maven plugin breaks Workspace resolution - leaving it on leads to weird results that confuse our developers. We will replace that plugin in the future, but until then we need to disable Workspace resolution, preferably for all new projects. Fabian Meier -Ursprüngli

[m2e-users] "Fix project setup" does not work with POM

2018-09-24 Thread Fabian.Meier
Hi, "Fix project setup" is an interesting feature in Eclipse that allows you to find an artifact (in the Maven Local Repository) for a missing class. Unfortunately, the artifact is only added to the .classpath (together with all the desired metadata), but not to the POM. It is also the topic of