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.zeroturnaround</groupId>
<artifactId>jrebel-maven-plugin</artifactId>
<version>1.2.0</version>
</plugin>
Choose a version of org.zeroturnaround : jrebel-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.2.x |
jrebel-maven-plugin-1.2.0
|
||
1.1.x |
jrebel-maven-plugin-1.1.11
|
||
jrebel-maven-plugin-1.1.10
|
|||
jrebel-maven-plugin-1.1.9
|
|||
jrebel-maven-plugin-1.1.8
|
|||
jrebel-maven-plugin-1.1.7
|
|||
jrebel-maven-plugin-1.1.6
|
|||
jrebel-maven-plugin-1.1.5
|
|||
jrebel-maven-plugin-1.1.3
|
|||
jrebel-maven-plugin-1.1.2
|
|||
jrebel-maven-plugin-1.1.1
|
|||
jrebel-maven-plugin-1.1.0
|
|||
1.0.x |
jrebel-maven-plugin-1.0.8
|
||
jrebel-maven-plugin-1.0.7
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.zeroturnaround</groupId>
<artifactId>jrebel-maven-plugin</artifactId>
<version>1.2.0</version>
</plugin>
Advertisement