MVN

org.apache.openejb.maven : tomee-maven-plugin

Maven & Gradle

Sep 27, 2017

OpenEJB :: Maven Plugins :: TomEE Maven Plugin

<plugin>
    <groupId>org.apache.openejb.maven</groupId>
    <artifactId>tomee-maven-plugin</artifactId>
    <version>1.7.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.openejb.maven : tomee-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.7.5
  • Latest Alpha: 1.0-alpha-1

All Versions

Choose a version of org.apache.openejb.maven : tomee-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7.x
tomee-maven-plugin-1.7.5
tomee-maven-plugin-1.7.4
tomee-maven-plugin-1.7.3
tomee-maven-plugin-1.7.2
tomee-maven-plugin-1.7.1
tomee-maven-plugin-1.7.0
1.6.x
tomee-maven-plugin-1.6.0.2
tomee-maven-plugin-1.6.0.1
tomee-maven-plugin-1.6.0
1.5.x
tomee-maven-plugin-1.5.2
1.0.x
tomee-maven-plugin-1.0.1
tomee-maven-plugin-1.0.0
1.0
tomee-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.apache.openejb.maven</groupId>
    <artifactId>tomee-maven-plugin</artifactId>
    <version>1.7.5</version>
</plugin>