MVN

org.jboss.ws.plugins : maven-jaxws-tools-plugin

Maven & Gradle

Feb 07, 2014

JBoss Web Services - JAX-WS Tools Maven Plugin

<plugin>
    <groupId>org.jboss.ws.plugins</groupId>
    <artifactId>maven-jaxws-tools-plugin</artifactId>
    <version>1.1.2.Final</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.ws.plugins : maven-jaxws-tools-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.2.Final

All Versions

Choose a version of org.jboss.ws.plugins : maven-jaxws-tools-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
maven-jaxws-tools-plugin-1.1.2.Final
maven-jaxws-tools-plugin-1.1.1.Final

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.jboss.ws.plugins</groupId>
    <artifactId>maven-jaxws-tools-plugin</artifactId>
    <version>1.1.2.Final</version>
</plugin>