maven 配置tomcat 插件

            <plugin>
            <groupId>org.codehaus.mojo</groupId>
            <artifactId>tomcat-maven-plugin</artifactId>
            <version>1.0</version>
            <configuration>
            </configuration>
            </plugin>

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