一.如果这个工程是标准的maven-webapp那么基本上不用修改,直接运行jetty:run就可以执行. 但是有时候会报错说 [ERROR] No plugin found for prefix 'jetty' in the current project and in the plu gin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repo sitories [local (C:\Docu…
How to use the command mav jetty:run? There is a simple display as below: Step 1: You should generate a web project with maven first. you could go to "Using Maven to generate a Java Project or Web project" to know how to generate a Web project w…
spring3-mvc-maven-annotation-hello-world-master mvn jetty:run Run this project locally Terminal $ mvn jetty:run URL : http://localhost:8080/spring3 Terminal your-project$ mvn war:war A WAR file will be created in project\target\ folder. ${Project}\t…