首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

maven myeclipse 支配

2013-06-25 
maven myeclipse 部署plugingroupIdorg.apache.tomcat.maven/groupIdartifactIdtomcat6-maven-plu

maven myeclipse 部署
<plugin><groupId>org.apache.tomcat.maven</groupId><artifactId>tomcat6-maven-plugin</artifactId><version>2.1</version><executions><execution><id>tomcat-deploy</id><phase>deploy</phase><goals><goal>deploy</goal></goals></execution></executions><configuration><path>/</path> <!--热部署--><contextReloadable>true</contextReloadable></configuration></plugin>

?

?

?然后new 一个 maven build 命令?tomcat:run

热点排行