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.apache.cxf</groupId>
<artifactId>cxf-xjc-plugin</artifactId>
<version>4.0.0</version>
</plugin>
Choose a version of org.apache.cxf : cxf-xjc-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.0.x |
cxf-xjc-plugin-4.0.0
|
||
3.3.x |
cxf-xjc-plugin-3.3.2
|
||
cxf-xjc-plugin-3.3.1
|
|||
cxf-xjc-plugin-3.3.0
|
|||
3.2.x |
cxf-xjc-plugin-3.2.3
|
||
cxf-xjc-plugin-3.2.2
|
|||
cxf-xjc-plugin-3.2.1
|
|||
cxf-xjc-plugin-3.2.0
|
|||
3.1.x |
cxf-xjc-plugin-3.1.0
|
||
3.0.x |
cxf-xjc-plugin-3.0.5
|
||
cxf-xjc-plugin-3.0.4
|
|||
cxf-xjc-plugin-3.0.3
|
|||
cxf-xjc-plugin-3.0.2
|
|||
cxf-xjc-plugin-3.0.1
|
|||
cxf-xjc-plugin-3.0.0
|
|||
2.7.x |
cxf-xjc-plugin-2.7.0
|
||
2.6.x |
cxf-xjc-plugin-2.6.2
|
||
cxf-xjc-plugin-2.6.1
|
|||
cxf-xjc-plugin-2.6.0
|
|||
2.4.x |
cxf-xjc-plugin-2.4.0
|
||
2.3.x |
cxf-xjc-plugin-2.3.2
|
||
cxf-xjc-plugin-2.3.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-xjc-plugin</artifactId>
<version>4.0.0</version>
</plugin>
Advertisement