Skip to content

Commit 0cdc9cf

Browse files
committed
Upgrading Mojo to the latest jaxws-maven-plugin
1 parent 202cbee commit 0cdc9cf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ cxf-spring-boot-starter-maven-plugin complementing cxf-spring-boot-starter
66
[![renovateenabled](https://img.shields.io/badge/renovate-enabled-yellow)](https://renovatebot.com)
77
[![versionjaxb](https://img.shields.io/badge/dynamic/xml?color=brightgreen&url=https://raw.githubusercontent.com/codecentric/cxf-spring-boot-starter-maven-plugin/master/cxf-spring-boot-starter-maven-plugin/pom.xml&query=%2F%2A%5Blocal-name%28%29%3D%27project%27%5D%2F%2A%5Blocal-name%28%29%3D%27properties%27%5D%2F%2A%5Blocal-name%28%29%3D%27jaxb.version%27%5D&label=org.glassfish.jaxb)](github.com/eclipse-ee4j/jaxb-ri)
88
[![versionjaxws](https://img.shields.io/badge/dynamic/xml?color=brightgreen&url=https://raw.githubusercontent.com/codecentric/cxf-spring-boot-starter-maven-plugin/master/cxf-spring-boot-starter-maven-plugin/pom.xml&query=%2F%2A%5Blocal-name%28%29%3D%27project%27%5D%2F%2A%5Blocal-name%28%29%3D%27properties%27%5D%2F%2A%5Blocal-name%28%29%3D%27jaxws-ri.version%27%5D&label=com.sun.xml.ws.jaxws)](https://mvnrepository.com/artifact/com.sun.xml.ws/jaxws-rt)
9-
[![versionjava](https://img.shields.io/badge/jdk-8,_9,_11-brightgreen.svg?logo=java)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
9+
[![versionjava](https://img.shields.io/badge/jdk-8,_11,_15-brightgreen.svg?logo=java)](https://www.oracle.com/technetwork/java/javase/downloads/index.html)
10+
[![versionjaxws-maven-plugin](https://img.shields.io/badge/jaxws_maven_plugin-3.0.0-brightgreen.svg)](https://github.com/eclipse-ee4j/metro-jax-ws/tree/master/jaxws-ri/extras/jaxws-maven-plugin)
1011
[![versionspring](https://img.shields.io/badge/dynamic/xml?color=brightgreen&url=https://raw.githubusercontent.com/codecentric/cxf-spring-boot-starter-maven-plugin/master/cxf-spring-boot-starter-maven-plugin/pom.xml&query=%2F%2A%5Blocal-name%28%29%3D%27project%27%5D%2F%2A%5Blocal-name%28%29%3D%27properties%27%5D%2F%2A%5Blocal-name%28%29%3D%27spring.version%27%5D&label=spring)](https://spring.io/)
1112

1213

cxf-spring-boot-starter-maven-plugin/src/main/java/de/codecentric/cxf/BootCxfMojo.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,14 @@ private void generateJaxbClassFiles(File wsdl, String jaxwsMavenPluginGoal, Stri
9393
* Attention: The project has been moved from codehaus to project metro in 2007:
9494
* https://jax-ws-commons.java.net/jaxws-maven-plugin/ and then back to codehaus
9595
* in 2015, where it is developed further: https://github.com/mojohaus/jaxws-maven-plugin
96+
*
97+
* From 2019/20 on the https://github.com/mojohaus/jaxws-maven-plugin is deprecated and moved to
98+
* https://github.com/eclipse-ee4j/metro-jax-ws/tree/master/jaxws-ri/extras/jaxws-maven-plugin
9699
*/
97100
plugin(
98101
groupId("com.sun.xml.ws"),
99102
artifactId("jaxws-maven-plugin"),
100-
version("2.3.2"),
103+
version("3.0.0"),
101104
dependencies(
102105
dependency(
103106
"org.jvnet.jaxb2_commons",

0 commit comments

Comments
 (0)