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.kitesdk</groupId>
<artifactId>kite-maven-plugin</artifactId>
<version>1.1.0</version>
</plugin>
Choose a version of org.kitesdk : kite-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
kite-maven-plugin-1.1.0
|
||
1.0.x |
kite-maven-plugin-1.0.0
|
||
0.18.x |
kite-maven-plugin-0.18.0
|
||
0.17.x |
kite-maven-plugin-0.17.1
|
||
kite-maven-plugin-0.17.0
|
|||
0.16.x |
kite-maven-plugin-0.16.0
|
||
0.15.x |
kite-maven-plugin-0.15.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.kitesdk</groupId>
<artifactId>kite-maven-plugin</artifactId>
<version>1.1.0</version>
</plugin>
Advertisement