Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] m2e Installation Problem

m2e 1.0 does not automatically migrate workspaces created by earlier
versions. You need to reimport all projects as maven projects or start
new workspace. There is a thirdparty plugin that automates parts of
the migration [1], but I have not tried it myself.

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=360861

--
Regards,
Igor

On 11-10-22 5:09 PM, Chris wrote:
I just bought a new laptop and decided to install clean new versions of
everything. I installed Indigo (an upgrade from Helios), pointed the
install at my old Eclipse workspace, and then installed m2e using the
update site at http://download.eclipse.org/technology/m2e/releases/

It looks like it installed. When I go to Window / Preferences / Maven,
the options are there, and there's a reference to the update site on one
of the screens. I can go to Console and open an (empty) Maven console.

But when I right-click on any project, there's no "Maven" menu, none of
the Maven projects have a "Maven Dependencies" element, and the Run menu
has no options to run a Maven build. And of course my projects don't
compile because the dependencies aren't there.

What have I done wrong?

_______________________________________________
m2e-users mailing list
m2e-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/m2e-users


Back to the top