MVN

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

Maven & Gradle

May 23, 2013

Geronimo Build Support :: Plugin · Provides build support goals for the Geronimo server build.

<plugin>
    <groupId>org.apache.geronimo.buildsupport</groupId>
    <artifactId>buildsupport-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 : buildsupport-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 : buildsupport-maven-plugin to add to Maven - All Versions:

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