zshanabek
zshanabek

Reputation: 4750

No option for creating a maven project in eclipse ide

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

screenshot of eclipse ide

How to create a new maven project?

Upvotes: 3

Views: 2513

Answers (2)

Anuraj
Anuraj

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

Itzik Shachar
Itzik Shachar

Reputation: 754

You need to install Maven Integration for Eclipse from the Marketplace.

  1. Help->Eclipse Marketplace.

  2. type 'maven' in the search box and install Maven Integration for Eclipse.

Upvotes: 3

Related Questions