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.kevoree.mwg.plugins</groupId>
<artifactId>model.mavenplugin</artifactId>
<version>11</version>
</plugin>
Choose a version of org.kevoree.mwg.plugins : model.mavenplugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
11 |
model.mavenplugin-11
|
||
10 |
model.mavenplugin-10
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.kevoree.mwg.plugins</groupId>
<artifactId>model.mavenplugin</artifactId>
<version>11</version>
</plugin>
Advertisement