MVN

org.codehaus.mojo : tomcat-maven-plugin

Maven & Gradle

Oct 06, 2010

Tomcat Maven Plugin · The Tomcat Maven Plugin provides goals to manipulate WAR projects within the Tomcat servlet container.

<plugin>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>tomcat-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : tomcat-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1
  • Latest Beta: 1.0-beta-1
  • Latest Alpha: 1.0-alpha-1

All Versions

Choose a version of org.codehaus.mojo : tomcat-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
tomcat-maven-plugin-1.1
1.0
tomcat-maven-plugin-1.0
tomcat-maven-plugin-1.0-beta-1
tomcat-maven-plugin-1.0-alpha-1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

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

Advertisement