Spirit
Spirit

Reputation: 317

Version of Maven in Eclipse M2Eclipse

Where I can see which version of Maven I run?

I installed Eclipse Kepler with "M2Eclipse Maven integration in Eclipse" (from repository http://download.eclipse.org/technology/m2e/releases).

Upvotes: 3

Views: 1598

Answers (1)

blackbuild
blackbuild

Reputation: 5174

M2E comes with an embedded version of maven.

You can see it under Windows -> Preferences -> Maven -> Installations.

For Kepler, it is 3.0.4/1.4.1.20140328-1501.

However, you might consider installing your own version on your computer, add it in the preferences as maven installation and set it as default. You have more control over it that way and are not tied to a specific version that might change once you update your IDE.

Upvotes: 2

Related Questions