MojoHaus JAX-WS Maven Plugin version 2.4 Released

The Mojo team is pleased to announce the release of the JAX-WS Maven Plugin version 2.4.

This plugin contains Maven adapter for JAX-WS's toolset. The original code was developed in the Codehaus Mojo project, then as of March 2007, the project moved to jax-ws-commons with version 1.x in org.codehaus.mojo groupId and version 2.x in org.jvnet.jax-ws-commons groupId. In September 2015, for version 2.4, it went back to MojoHaus (the new home of Codehaus Mojo) in org.codehaus.mojo groupId.

To get this update, simply specify the version in your project's plugin configuration:

1<plugin>
2  <groupId>org.codehaus.mojo</groupId>
3  <artifactId>jaxws-maven-plugin</artifactId>
4  <version>2.4</version>
5</plugin>

Release Notes JAX-WS Maven Plugin Version 2.4

Enjoy,

The Mojo team.

Hervé