This example illustrates how to to use the Jetty-Maven-plugin for rapid development and testing. To run the application in Jetty invoke, open a command prompt, change into the the pineapple-web-application-war project directory and enter the Maven command:
mvn jetty:run
The plugin will start the Jetty 7.1.x server with the application deployed with these parameters:
The application URL is: http://localhost:8080