JAX-WS Maven Plugin

Maven plugin for JAX-WS RI

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.helger.maven
ArtifactId

ArtifactId

jaxws-maven-plugin
Last Version

Last Version

2.6.2
Release Date

Release Date

Type

Type

maven-plugin
Description

Description

JAX-WS Maven Plugin
Maven plugin for JAX-WS RI
Project URL

Project URL

http://www.mojohaus.org/jaxws-maven-plugin/
Project Organization

Project Organization

Philip Helger
Source Code Management

Source Code Management

http://github.com/phax/jaxws-maven-plugin

Download jaxws-maven-plugin

How to add to project

<plugin>
    <groupId>com.helger.maven</groupId>
    <artifactId>jaxws-maven-plugin</artifactId>
    <version>2.6.2</version>
</plugin>

Dependencies

compile (7)

Group / Artifact Type Version
javax.jws : javax.jws-api jar 1.1
org.apache.maven : maven-plugin-api jar 3.0
org.apache.maven : maven-core jar 3.0
org.apache.maven : maven-model jar 3.0
org.apache.maven : maven-settings jar 3.0
org.apache.maven : maven-artifact jar 3.0
org.codehaus.plexus : plexus-utils jar 3.1.0

provided (1)

Group / Artifact Type Version
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.2

runtime (1)

Group / Artifact Type Version
com.sun.xml.ws : jaxws-tools jar ${jaxws-tools.version}

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.14.3

Project Modules

There are no modules declared in this project.

Official plugin is available

It seems like the Mojohaus plugin itself is no longer maintained. See https://github.com/mojohaus/jaxws-maven-plugin/issues/54#issuecomment-504335749 for details.

Please try the official Maven plugin from https://github.com/eclipse-ee4j/metro-jax-ws/tree/master/jaxws-ri/jaxws-maven-plugin via

  <dependency>
    <groupId>com.sun.xml.ws</groupId>
    <artifactId>jaxws-maven-plugin</artifactId>
    <version>2.3.2</version>
  </dependency> 

before you use this plugin.

MojoHaus JAX-WS Maven Plugin

This is a fork of the MojoHaus jaxws-maven-plugin. It is based on the 2.6-SNAPSHOT branch from 2018-11-21 including the PR from @theit for Java 9 support.

This is a work around release for Java 9 to 12 compatibility

Please note the changed Maven <groupId> which is now com.helger.maven.

This plugin is meant to work as a direct replacement to org.codehaus.mojo:jaxws-maven-plugin:2.5

News and Noteworthy

Maven usage

<plugin>
  <groupId>com.helger.maven</groupId>
  <artifactId>jaxws-maven-plugin</artifactId>
  <version>2.6.2</version>
  <configuration>
    ...
  </configuration>
</plugin>

My personal Coding Styleguide | On Twitter: @philiphelger | Kindly supported by YourKit Java Profiler

Versions

Version
2.6.2
2.6.1
2.6