MVN

org.apache.geronimo.buildsupport : geronimo-maven-plugin

Maven & Gradle

May 23, 2013
1 usages

Geronimo Build Support :: Geronimo · Geronimo plugin for Maven 2; used to install, start, stop the server and operate on modules.

<plugin>
    <groupId>org.apache.geronimo.buildsupport</groupId>
    <artifactId>geronimo-maven-plugin</artifactId>
    <version>3.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.1
  • Latest Beta: 3.0-beta-1

All Versions

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

Version Vulnerabilities Updated
3.0.x
geronimo-maven-plugin-3.0.1
geronimo-maven-plugin-3.0.0
3.0
geronimo-maven-plugin-3.0-beta-1
geronimo-maven-plugin-3.0-M1
2.2.x
geronimo-maven-plugin-2.2.1
2.2
geronimo-maven-plugin-2.2
2.1.x
geronimo-maven-plugin-2.1.8
geronimo-maven-plugin-2.1.7
geronimo-maven-plugin-2.1.6
geronimo-maven-plugin-2.1.5
geronimo-maven-plugin-2.1.4
geronimo-maven-plugin-2.1.3
geronimo-maven-plugin-2.1.2
geronimo-maven-plugin-2.1.1
2.1
geronimo-maven-plugin-2.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.geronimo.buildsupport</groupId>
    <artifactId>geronimo-maven-plugin</artifactId>
    <version>3.0.1</version>
</plugin>