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.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<version>3.1.0</version>
</plugin>
Choose a version of org.codehaus.mojo : jaxb2-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
jaxb2-maven-plugin-3.1.0
|
||
2.5.x |
jaxb2-maven-plugin-2.5.0
|
||
2.4 |
jaxb2-maven-plugin-2.4
|
||
2.3.x |
jaxb2-maven-plugin-2.3.1
|
||
2.3 |
jaxb2-maven-plugin-2.3
|
||
2.2 |
jaxb2-maven-plugin-2.2
|
||
2.1 |
jaxb2-maven-plugin-2.1
|
||
1.6 |
jaxb2-maven-plugin-1.6
|
||
1.5 |
jaxb2-maven-plugin-1.5
|
||
1.4 |
jaxb2-maven-plugin-1.4
|
||
1.3.x |
jaxb2-maven-plugin-1.3.1
|
||
1.3 |
jaxb2-maven-plugin-1.3
|
||
1.2 |
jaxb2-maven-plugin-1.2
|
||
1.1 |
jaxb2-maven-plugin-1.1
|
||
1.0 |
jaxb2-maven-plugin-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxb2-maven-plugin</artifactId>
<version>3.1.0</version>
</plugin>
Advertisement