How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.carrotsearch</groupId>
<artifactId>hppc-template-processor</artifactId>
<version>0.8.2</version>
</plugin>
Choose a version of com.carrotsearch : hppc-template-processor to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
hppc-template-processor-0.8.2
|
||
hppc-template-processor-0.8.1
|
|||
hppc-template-processor-0.8.0
|
|||
0.7.x |
hppc-template-processor-0.7.3
|
||
hppc-template-processor-0.7.2
|
|||
hppc-template-processor-0.7.1
|
|||
hppc-template-processor-0.7.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.carrotsearch</groupId>
<artifactId>hppc-template-processor</artifactId>
<version>0.8.2</version>
</plugin>
Advertisement