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.kurento</groupId>
<artifactId>kurento-maven-plugin</artifactId>
<version>7.0.0</version>
</plugin>
Choose a version of org.kurento : kurento-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
7.0.x |
kurento-maven-plugin-7.0.0
|
||
6.18.x |
kurento-maven-plugin-6.18.0
|
||
6.15.x |
kurento-maven-plugin-6.15.0
|
||
6.14.x |
kurento-maven-plugin-6.14.0
|
||
6.7.x |
kurento-maven-plugin-6.7.0
|
||
2.0.x |
kurento-maven-plugin-2.0.2
|
||
kurento-maven-plugin-2.0.1
|
|||
kurento-maven-plugin-2.0.0
|
|||
1.0.x |
kurento-maven-plugin-1.0.5
|
||
kurento-maven-plugin-1.0.4
|
|||
kurento-maven-plugin-1.0.3
|
|||
kurento-maven-plugin-1.0.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.kurento</groupId>
<artifactId>kurento-maven-plugin</artifactId>
<version>7.0.0</version>
</plugin>
Advertisement