How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>de.dagere.kopeme</groupId>
<artifactId>kopememojo</artifactId>
<version>0.5</version>
</plugin>
Choose a version of de.dagere.kopeme : kopememojo to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.5 |
kopememojo-0.5
|
||
0.3 |
kopememojo-0.3
|
||
0.2 |
kopememojo-0.2
|
||
0.1 |
kopememojo-0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>de.dagere.kopeme</groupId>
<artifactId>kopememojo</artifactId>
<version>0.5</version>
</plugin>
Advertisement