Reputation: 4750
This is screenshot from a list of available projects. You can follow: File/New/Other. But there is no option for choosing Maven Project. I have Eclipse IDE for Java EE developers and Ubuntu 16.04
How to create a new maven project?
Upvotes: 3
Views: 2513
Reputation: 19
Install m2eclipse plugin first, go to Window -> Preferences. Check "Maven" is enlisted at the left panel list.
or use the latest version of eclipse
Upvotes: 0
Reputation: 754
You need to install Maven Integration for Eclipse
from the Marketplace
.
Help->Eclipse Marketplace.
type 'maven' in the search box and install Maven Integration for Eclipse
.
Upvotes: 3