vico
vico

Reputation: 18221

Maven version in Eclipse

I have downloaded latest Eclipse for Java.

Version: 2019-12 (4.14.0)
Build id: 20191212-1212

How to know which version of Maven is used in Eclipse as default?

Upvotes: 0

Views: 1115

Answers (3)

user3396478
user3396478

Reputation: 242

Go to Window -> Preference -> Maven -> Installations

You should be able to see the default maven version.

Upvotes: 0

Ronny Polley
Ronny Polley

Reputation: 64

You can see the version of Maven used in the preferences (Windows -> Preferences Maven -> Installations)

Maven Preferences

This is from an older installation.

Upvotes: 1

J Fabian Meier
J Fabian Meier

Reputation: 35853

It should be visible under Preferences -> Maven.

Probably something like 3.6.3.

Upvotes: 1

Related Questions