如何通过 maven-jetty-plugin 使用 Jetty Quickstart?
How to use Jetty Quickstart with maven-jetty-plugin?
我使用 http://www.eclipse.org/jetty/documentation/current/quickstart-webapp.html 上的文档通过快速启动机制获取码头 运行。但是,此功能没有很好的文档记录,因此我无法获得它 运行。
文档指出,一旦添加 jetty-quickstart
依赖项,就会生成 WEB-INF/quickstart-web.xml
,但事实并非如此。
如何在使用maven jetty插件时启用jetty quickstart?
In the jetty-plugin documentation 在章节 jetty:effective-web-xml 中指出
Quickstart is not appropriate for the mvn jetty goals
我使用 http://www.eclipse.org/jetty/documentation/current/quickstart-webapp.html 上的文档通过快速启动机制获取码头 运行。但是,此功能没有很好的文档记录,因此我无法获得它 运行。
文档指出,一旦添加 jetty-quickstart
依赖项,就会生成 WEB-INF/quickstart-web.xml
,但事实并非如此。
如何在使用maven jetty插件时启用jetty quickstart?
In the jetty-plugin documentation 在章节 jetty:effective-web-xml 中指出
Quickstart is not appropriate for the mvn jetty goals