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>
Choose a version of io.fabric8 : vertx-maven-plugin to add to Maven - Latest 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
|
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>
Advertisement