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-common-xsd</artifactId>
<version>2.2.12</version>
</plugin>
Choose a version of org.apache.cxf : cxf-common-xsd to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.2.x |
cxf-common-xsd-2.2.12
|
||
cxf-common-xsd-2.2.11
|
|||
cxf-common-xsd-2.2.10
|
|||
cxf-common-xsd-2.2.9
|
|||
cxf-common-xsd-2.2.8
|
|||
cxf-common-xsd-2.2.7
|
|||
cxf-common-xsd-2.2.6
|
|||
cxf-common-xsd-2.2.5
|
|||
cxf-common-xsd-2.2.4
|
|||
cxf-common-xsd-2.2.3
|
|||
cxf-common-xsd-2.2.2
|
|||
cxf-common-xsd-2.2.1
|
|||
2.2 |
cxf-common-xsd-2.2
|
||
2.1.x |
cxf-common-xsd-2.1.10
|
||
cxf-common-xsd-2.1.9
|
|||
cxf-common-xsd-2.1.8
|
|||
cxf-common-xsd-2.1.7
|
|||
cxf-common-xsd-2.1.6
|
|||
cxf-common-xsd-2.1.5
|
|||
cxf-common-xsd-2.1.4
|
|||
cxf-common-xsd-2.1.3
|
|||
cxf-common-xsd-2.1.2
|
|||
cxf-common-xsd-2.1.1
|
|||
2.1 |
cxf-common-xsd-2.1
|
||
2.0.x |
cxf-common-xsd-2.0.13
|
||
cxf-common-xsd-2.0.12
|
|||
cxf-common-xsd-2.0.11
|
|||
cxf-common-xsd-2.0.10
|
|||
cxf-common-xsd-2.0.9
|
|||
cxf-common-xsd-2.0.8
|
|||
cxf-common-xsd-2.0.7
|
|||
cxf-common-xsd-2.0.6
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-common-xsd</artifactId>
<version>2.2.12</version>
</plugin>
Advertisement