________________________________
From: [email protected] <[email protected]> on behalf of Anders
Hammar <[email protected]>
Sent: Friday, July 21, 2017 2:33 AM
To: [email protected]; Maven Users List
Subject: [ANN] JAX-WS Maven Plugin version 2.5 released
Hi,
The Mojo team is pleased to announce the release of the JAX-WS Maven Plugin
version 2.5.
http://www.mojohaus.org/jaxws-maven-plugin/
JAX-WS Maven Plugin – JAX-WS Maven Plugin -
MojoHaus<http://www.mojohaus.org/jaxws-maven-plugin/>
www.mojohaus.org
JAX-WS Maven Plugin. 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 ...
To get this update, simply specify the version in your project's plugin
configuration:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jaxws-maven-plugin</artifactId>
<version>2.5</version>
</plugin>
Release Notes
https://github.com/mojohaus/jaxws-maven-plugin/issues?q=
[https://avatars1.githubusercontent.com/u/11403816?v=4&s=400]<https://github.com/mojohaus/jaxws-maven-plugin/issues?q=>
mojohaus/jaxws-maven-plugin<https://github.com/mojohaus/jaxws-maven-plugin/issues?q=>
github.com
Contribute to jaxws-maven-plugin development by creating an account on GitHub.
is%3Aclosed+milestone%3A2.5
Enjoy,
The Mojo team.
MG>is it possible to configure the generated JAX-WS service as a CXF endpoint
(in order to deploy to Mule)?
MG>https://docs.mulesoft.com/mule-user-guide/v/3.7/building-web-services-with-cxf
Building Web Services with CXF // MuleSoft
Documentation<https://docs.mulesoft.com/mule-user-guide/v/3.7/building-web-services-with-cxf>
docs.mulesoft.com
This page describes how to build a CXF web service and use it in Mule. Mule
provides three ways to build a web service: The JAX-WS specification de...
/Anders
MG>Thanks Anders!