


1) From the top menu of Eclipse select Help -> Install new Software, and the following window will open. How to install maven for beginners and professionals with topics on maven example, plugin, pom, dependency, eclipse, repository, web application, eclipse example.

Let us see how to integrate this tool directly through Eclipse. Using IntelliJ, you can run jetty plugin by expanding the Maven Tab and on Plugins section, double click jetty:run. Maven indeed provides multiple features that are worth exploring. Or add a hot-swap functionality that auto reloads Jetty to deploy the changed file.įor example, here’s our configuration that changes the port from 8080 to 8085 and scans the project every 5 seconds for any changes: Pre-requisites: 1.JDK 1.6 or above is installed 2. Apache Maven is a widely used build tool & m2eclipse plugin integrates Apache Maven too into eclipse. For the purpose of explanation, i have taken an example of installing m2eclipse plugin. You can change the default port of 8080 to something you want to avoid any conflicting port if you are running multiple instances of Jetty. Following are the steps to install any Eclipse Plugin using that plugins update site.
