How to configure maven in eclipse

In the last tutorial , we have learnt to install maven in our window system. In this tutorial we will learn how to configure our IDE for maven.
In order to use maven with eclipse you must have maven installed on your operating system.
Follow below steps to configure your Eclipse.
Step 1: Open your eclipse and navigate to help tab and then navigate to eclipse marketplace.
Step 2: Once you reach the eclipse marketplace a pop-up will open and in search option search for
            “maven”, like indicated in below diagram.
Step 3: You will get many options , but choose for options indicated in the diagram and click on install button.
Step 4 : If everything will be fine it will do some processing and will ask to restart the eclipse.
How to configure maven in eclipse
Step 5: Verify the installation of maven in eclipse, to verify the installation navigate as stated in pic.
Maven Eclipse configuration
How to configure maven in eclipse IDE
After clicking on the other option, a pop up will pop  with search option.
In Search option write maven you will get some option related with maven.
If you do not get options related with maven then you need to check the installation again.
To re-verify first check the installation of maven on windows operating system
If you can find maven option (as stated in pics)in eclipse means your IDE is configured with the maven.
In next tutorial we will learn to create new project in eclipse using maven and some deep insight about maven.

 

Previous
Next