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.github.sviperll</groupId>
<artifactId>coreext-maven-plugin</artifactId>
<version>0.23</version>
</plugin>
Choose a version of com.github.sviperll : coreext-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.24 |
coreext-maven-plugin-0.24-beta2
|
||
0.23 |
coreext-maven-plugin-0.23
|
||
coreext-maven-plugin-0.23-rc2
|
|||
coreext-maven-plugin-0.23-rc1
|
|||
0.22 |
coreext-maven-plugin-0.22
|
||
0.21 |
coreext-maven-plugin-0.21
|
||
0.20 |
coreext-maven-plugin-0.20
|
||
0.16 |
coreext-maven-plugin-0.16
|
||
0.15 |
coreext-maven-plugin-0.15
|
||
0.14 |
coreext-maven-plugin-0.14
|
||
0.13 |
coreext-maven-plugin-0.13
|
||
0.12 |
coreext-maven-plugin-0.12
|
||
0.11 |
coreext-maven-plugin-0.11
|
||
0.10 |
coreext-maven-plugin-0.10
|
||
0.9 |
coreext-maven-plugin-0.9
|
||
0.8 |
coreext-maven-plugin-0.8
|
||
0.7 |
coreext-maven-plugin-0.7
|
||
0.6 |
coreext-maven-plugin-0.6
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.sviperll</groupId>
<artifactId>coreext-maven-plugin</artifactId>
<version>0.23</version>
</plugin>
Advertisement