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.jvnet.ws.wadl</groupId>
<artifactId>wadl-client-plugin</artifactId>
<version>1.1.6</version>
</plugin>
Choose a version of org.jvnet.ws.wadl : wadl-client-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1.x |
wadl-client-plugin-1.1.6
|
||
wadl-client-plugin-1.1.5
|
|||
wadl-client-plugin-1.1.4
|
|||
wadl-client-plugin-1.1.3
|
|||
wadl-client-plugin-1.1.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jvnet.ws.wadl</groupId>
<artifactId>wadl-client-plugin</artifactId>
<version>1.1.6</version>
</plugin>
Advertisement