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.helger.maven</groupId>
<artifactId>maven-jaxb22-plugin</artifactId>
<version>0.14.3</version>
</plugin>
Choose a version of com.helger.maven : maven-jaxb22-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.14.x |
maven-jaxb22-plugin-0.14.3
|
||
maven-jaxb22-plugin-0.14.2
|
|||
maven-jaxb22-plugin-0.14.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.helger.maven</groupId>
<artifactId>maven-jaxb22-plugin</artifactId>
<version>0.14.3</version>
</plugin>
Advertisement