MVN

io.fabric8 : vertx-maven-plugin

Maven & Gradle

Sep 27, 2017
25 stars

Vert.x Maven Plugin · A plugin to allow package, start, stop, run of Vert.x applications

<plugin>
    <groupId>io.fabric8</groupId>
    <artifactId>vertx-maven-plugin</artifactId>
    <version>1.0.13</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fabric8 : vertx-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.13

All Versions

Choose a version of io.fabric8 : vertx-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
vertx-maven-plugin-1.0.13
vertx-maven-plugin-1.0.9
vertx-maven-plugin-1.0.8
vertx-maven-plugin-1.0.7
vertx-maven-plugin-1.0.6
vertx-maven-plugin-1.0.5
vertx-maven-plugin-1.0.4
vertx-maven-plugin-1.0.3
vertx-maven-plugin-1.0.2
vertx-maven-plugin-1.0.1
vertx-maven-plugin-1.0.0
0.1.x
vertx-maven-plugin-0.1.2
vertx-maven-plugin-0.1.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>io.fabric8</groupId>
    <artifactId>vertx-maven-plugin</artifactId>
    <version>1.0.13</version>
</plugin>