How to use Jetty Quickstart with maven-jetty-plugin?

前提是你 提交于 2019-12-10 18:26:29

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!