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.googlecode.javacpp</groupId>
<artifactId>javacpp</artifactId>
<version>0.7</version>
</plugin>
Choose a version of com.googlecode.javacpp : javacpp to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.7 |
javacpp-0.7
|
||
0.6 |
javacpp-0.6
|
||
0.5 |
javacpp-0.5
|
||
0.4 |
javacpp-0.4
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.googlecode.javacpp</groupId>
<artifactId>javacpp</artifactId>
<version>0.7</version>
</plugin>
Advertisement