maven myeclipse 支配

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