https://github.com/phax/jaxws-maven-plugin
https://github.com/phax/jaxws-maven-plugin
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phax/jaxws-maven-plugin
- Owner: phax
- License: apache-2.0
- Archived: true
- Fork: true (mojohaus/jaxws-maven-plugin)
- Created: 2018-11-21T07:09:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T09:44:42.000Z (about 3 years ago)
- Last Synced: 2025-08-25T13:35:47.015Z (9 months ago)
- Language: Java
- Homepage: http://www.mojohaus.org/jaxws-maven-plugin/
- Size: 1.92 MB
- Stars: 14
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```xml
com.sun.xml.ws
jaxws-maven-plugin
2.3.2
```
before you use this plugin.
# MojoHaus JAX-WS Maven Plugin
This is a fork of the MojoHaus [jaxws-maven-plugin](http://www.mojohaus.org/jaxws-maven-plugin/).
It is based on the 2.6-SNAPSHOT branch from 2018-11-21 including the [PR from @theit](https://github.com/mojohaus/jaxws-maven-plugin/pull/71) for Java 9 support.
**This is a work around release for Java 9 to 12 compatibility**
Please note the changed Maven `` 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
* v2.6.2 - 2019-06-25
* Integrated https://github.com/phax/jaxws-maven-plugin/pull/4
* v2.6.1 - 2019-05-07
* Integrated https://github.com/mojohaus/jaxws-maven-plugin/issues/19
* Added Java 12 support
* v2.6 - 2018-11-21
* Initial release
## Maven usage
```xml
com.helger.maven
jaxws-maven-plugin
2.6.2
...
```
---
My personal [Coding Styleguide](https://github.com/phax/meta/blob/master/CodingStyleguide.md) |
It is appreciated if you star the GitHub project if you like it.