0 votes
17.1k views
in Maven by

How to install maven in eclipse and sts (spring tool suite)?

3 Answers

0 votes
by (3.7k points)

If you want to install Maven in Eclipse or sts (spring tool suite). Then follow the Steps :-


After installing the maven it will ask you for restarting the Eclipse/sts, So restart the eclipse/sts again to see your installation changes.
 

0 votes
by (5k points)

For installing Maven in Eclipse/STS (Spring Tool Suite) see the following steps:-

  •     Open Eclipse
  •     Go to Help -> Select Eclipse/STS Marketplace
  •     Type Maven in search box
  •     Click "Install" button at "Maven Integration for Eclipse/STS" section
  •     Follow the given instructions step by step

After successful installation want to check installation of maven in Eclipse/sts then:-

  •     Go to Window --> Preferences
  •     See, Maven is enlisted at left panel
0 votes
by (3.7k points)

To install maven in eclipse follow these steps:-

* Eclipse -> Help -> Install New Software. Then see the following screen:-

* Click on Add Button and open following screen and type:-

        Name: m2e
        Location: https://download.eclipse.org/technology/m2e/releases

* Clicked on Ok Button and select all

* Clicked on Next button then open the following screen:-

* Select radio button "I accept teh terms of the license agreement" and clicked on Finish button.

* Finally the installation will complete then see the following screen:-

* Clicked on Yes Button. You got installed maven in your eclipse.

Share:- Whatsapp Facebook Facebook


Welcome to Developerhelpway Q&A, where you can ask questions and receive answers from other members of the community.

Categories

...