How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>ru.circumflex</groupId>
<artifactId>maven-cx-plugin</artifactId>
<version>2.5</version>
</plugin>
Choose a version of ru.circumflex : maven-cx-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.5 |
maven-cx-plugin-2.5
|
||
2.4 |
maven-cx-plugin-2.4
|
||
2.3 |
maven-cx-plugin-2.3
|
||
2.2 |
maven-cx-plugin-2.2
|
||
2.1 |
maven-cx-plugin-2.1
|
||
2.0.x |
maven-cx-plugin-2.0.3
|
||
maven-cx-plugin-2.0.2
|
|||
maven-cx-plugin-2.0.1
|
|||
maven-cx-plugin-2.0.RC3
|
|||
maven-cx-plugin-2.0.RC2
|
|||
maven-cx-plugin-2.0.RC1
|
|||
2.0 |
maven-cx-plugin-2.0
|
||
1.2 |
maven-cx-plugin-1.2
|
||
1.1 |
maven-cx-plugin-1.1
|
||
1.0 |
maven-cx-plugin-1.0
|
||
0.3 |
maven-cx-plugin-0.3
|
||
0.2.x |
maven-cx-plugin-0.2.1
|
||
0.2 |
maven-cx-plugin-0.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>ru.circumflex</groupId>
<artifactId>maven-cx-plugin</artifactId>
<version>2.5</version>
</plugin>
Advertisement