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.onosproject</groupId>
<artifactId>onos-yang-maven-plugin</artifactId>
<version>1.11</version>
</plugin>
Choose a version of org.onosproject : onos-yang-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.11 |
onos-yang-maven-plugin-1.11
|
||
1.10 |
onos-yang-maven-plugin-1.10
|
||
1.9 |
onos-yang-maven-plugin-1.9
|
||
1.8 |
onos-yang-maven-plugin-1.8
|
||
1.7 |
onos-yang-maven-plugin-1.7
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.onosproject</groupId>
<artifactId>onos-yang-maven-plugin</artifactId>
<version>1.11</version>
</plugin>
Advertisement