Time for action – configuring Maven on STS
We learned how to configure Tomcat on STS. Similarly, to build our project, STS will use Maven. But we have to tell STS where Maven has been installed so that it can use the Maven installation to build our projects. Let's take a look at how we can configure Maven on STS:
- Open STS if it is not already open.
- Navigate to Window | Preferences | Maven | Installations.
- On the right-hand side, you can see the Add button, to locate Maven's installation.
- Click on the Add button and choose Maven's installed directory, as shown in the following screenshot:
- Now click on the OK button in the Preferences window and close it.