maven的pom.xml如何配置成本地的tomcat?

创建appfuse时,我想把pom.xml中tomcat配置成我本地已经装好的,默认会下个tomcat6,我想让它直接用我的. 
        <!-- Cargo settings-->
<cargo.container>tomcat5x</cargo.container>
<cargo.container.home>${env.CATALINA_HOME}    </cargo.container.home>           <cargo.container.url>http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.14/bin/apache-tomcat-6.0.14.zip</cargo.container.url>
<cargo.host>localhost</cargo.host>
<cargo.port>8081</cargo.port>
<cargo.wait>false</cargo.wait>

请给说说xml怎么修改,保留或直接干掉这段都报错. 第一次尝试这个,谢谢

你可能感兴趣的:(apache,tomcat,maven,xml,Appfuse)