Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [m2e-users] spring with m2eclipse problems

Hi,

> I tried to develop with spring and m2eclipse. I have installed m2e using
> eclipse marketplace - plugin maven integration for eclipse. Installation
> was without any problems. However there is a problem that when I try to
> add m2e functionality to my project (right click on project and there
> should be option to choose Maven->Enable Dependency Management) after
> which plugin should add pom.xml to my project folder. However there is
> nothing like that. I tried to restart eclipse, reinstall plugin and
> maven. However it wasn't fixed. Do I need to configure plugin somehow?

You first have to convert your project to a Maven project (right click on your project -> Configure -> Convert to Maven Project).


HTH

Thorsten

Back to the top