maven 使用 cargo自动部署web程序

maven 默认使用jetty作为web容器,命令:mvn cargo:start
<plugins>    
      <plugin>    
        <groupId>org.codehaus.cargo</groupId>    
        <artifactId>cargo-maven2-plugin</artifactId>    
      </plugin>    
</plugins>

你可能感兴趣的:(maven,cargo)