maven配置,maven项目的tomcat配置

关于maven web项目的测试环境搭建。 我们使用的是maven2,maven2本身集成了jetty插件,但是由于jetty插件的即时编译的效果不是很好(不知道是不是设的参数不对),每次改完文件以后刷新时间总也控制不好,干脆就还用tomcat了。 由于maven项目的目录结构与myeclipse web项目目录结构不一样,导致Myeclipse的tomcat服务无法跟正常myeclipse的we... [阅读全文]

maven,3 ways to run Java main from Maven Overview

Maven exec plugin lets you run the main method of a Java class in your project, with the project dependencies automatically included in the classpath. This article show you 3 ways of using the maven e... [阅读全文]
1 共1条 分1页