Reputation: 18221
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
Reputation: 242
Go to Window -> Preference -> Maven -> Installations
You should be able to see the default maven version.
Upvotes: 0
Reputation: 64
You can see the version of Maven used in the preferences (Windows -> Preferences Maven -> Installations)
This is from an older installation.
Upvotes: 1
Reputation: 35853
It should be visible under Preferences -> Maven.
Probably something like 3.6.3.
Upvotes: 1