MVN

com.tantowi.maven : tomcat-maven-plugin

Maven & Gradle

Jul 09, 2018

Tomcat Maven Plugin · Maven Plugin to deploy artifact to remove Tomcat server

<plugin>
    <groupId>com.tantowi.maven</groupId>
    <artifactId>tomcat-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tantowi.maven : tomcat-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of com.tantowi.maven : tomcat-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
tomcat-maven-plugin-1.0.0

How to add a plugin to Maven

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

<plugin>
    <groupId>com.tantowi.maven</groupId>
    <artifactId>tomcat-maven-plugin</artifactId>
    <version>1.0.0</version>
</plugin>