问题
I've used the documentation on http://www.eclipse.org/jetty/documentation/current/quickstart-webapp.html to get jetty running using the quickstart mechanism. However, this feature is not very well documented and therefore I could not get it running.
The Documentation states that a WEB-INF/quickstart-web.xml will be generated, as soon as jetty-quickstart dependency is added, which is not the case.
How to enable jetty quickstart when using the maven jetty plugin?
回答1:
In the jetty-plugin documentation it is stated in the chapter jetty:effective-web-xml that
Quickstart is not appropriate for the mvn jetty goals
来源:https://stackoverflow.com/questions/34761867/how-to-use-jetty-quickstart-with-maven-jetty-plugin