How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.trajano.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>2.3.8</version>
</plugin>
Choose a version of net.trajano.mojo : jaxws-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.3.x |
jaxws-maven-plugin-2.3.8
|
||
jaxws-maven-plugin-2.3.7
|
|||
jaxws-maven-plugin-2.3.6
|
|||
jaxws-maven-plugin-2.3.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.trajano.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>2.3.8</version>
</plugin>
Advertisement