主要用来自动侦测开发时修改的文件,如,页面,java类(会自动编译) 并部属到本地容器当中。提高开发效率。
这个功能有点像Myeclipse 一些功能。By william
The Jetty Maven plugin is useful for rapid development and testing. You can add it to any webapp project that is structured according to the usual Maven defaults. The plugin can then periodically scan your project for changes and automatically redeploy the webapp if any are found. This makes the development cycle more productive by eliminating the build and deploy steps: you use your IDE to make changes to the project, and the running web container automatically picks them up, allowing you to test them straight away.
http://wiki.eclipse.org/Jetty/Feature/Jetty_Maven_Plugin
Jetty Maven插件是一款用于Web应用快速开发和测试的强大工具,它能够自动检测并部署开发时修改的文件至本地容器,简化开发流程,提升效率。
1076

被折叠的 条评论
为什么被折叠?



