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