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.reactiverse</groupId>
<artifactId>vertx-maven-plugin</artifactId>
<version>1.0.28</version>
</plugin>
Choose a version of io.reactiverse : vertx-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
vertx-maven-plugin-1.0.28
|
||
vertx-maven-plugin-1.0.27
|
|||
vertx-maven-plugin-1.0.26
|
|||
vertx-maven-plugin-1.0.25
|
|||
vertx-maven-plugin-1.0.24
|
|||
vertx-maven-plugin-1.0.23
|
|||
vertx-maven-plugin-1.0.22
|
|||
vertx-maven-plugin-1.0.21
|
|||
vertx-maven-plugin-1.0.20
|
|||
vertx-maven-plugin-1.0.18
|
|||
vertx-maven-plugin-1.0.17
|
|||
vertx-maven-plugin-1.0.15
|
|||
vertx-maven-plugin-1.0.14
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.reactiverse</groupId>
<artifactId>vertx-maven-plugin</artifactId>
<version>1.0.28</version>
</plugin>
Advertisement