MVN

org.openmrs.maven.plugins : openmrs-sdk-tomcat9-maven-plugin

Maven & Gradle

Jul 12, 2023

OpenMRS SDK Tomcat9 Maven Plugin · Plugin to use Tomcat 9.x to launch an instance of the OpenMRS SDK

<plugin>
    <groupId>org.openmrs.maven.plugins</groupId>
    <artifactId>openmrs-sdk-tomcat9-maven-plugin</artifactId>
    <version>5.1.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openmrs.maven.plugins : openmrs-sdk-tomcat9-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 5.1.0

All Versions

Choose a version of org.openmrs.maven.plugins : openmrs-sdk-tomcat9-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
5.1.x
openmrs-sdk-tomcat9-maven-plugin-5.1.0
5.0.x
openmrs-sdk-tomcat9-maven-plugin-5.0.0
4.6.x
openmrs-sdk-tomcat9-maven-plugin-4.6.0
4.4.x
openmrs-sdk-tomcat9-maven-plugin-4.4.0
4.3.x
openmrs-sdk-tomcat9-maven-plugin-4.3.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>org.openmrs.maven.plugins</groupId>
    <artifactId>openmrs-sdk-tomcat9-maven-plugin</artifactId>
    <version>5.1.0</version>
</plugin>