MVN

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

Maven & Gradle

May 23, 2013

Geronimo Build Support :: CAR · The car-maven-plugin handles all aspects of "predeploying" a module into a Geronimo car file and installing car files into a Geronimo server. As part of this it processes plan files to include the module Id and dependencies, and generates geronimo-plugin.xml metadata files and manages a geronimo-plugins.xml catalog in the local maven repository.

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

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