mojohaus / jaxws-maven-plugin

https://www.mojohaus.org/jaxws-maven-plugin/
Apache License 2.0
25 stars 37 forks source link

Update info on the Usage page #83

Open andham opened 4 years ago

andham commented 4 years ago

The Usage page (https://www.mojohaus.org/jaxws-maven-plugin/usage.html) is since v2.6 of the plugin a bit outdated. The jax-ws dependencies for a project should be updated (to v2.3.x or maybe just a string like 'JAXWS_VERSION') and likely it should specify a dependency to jaxws-api etc. Compare with integration tests and verify what's required. Could be different for Java 8 and Java 11?

The page just talks about wsimport, but it should also include wsgen.

There is also info on how to endorse with Jax-WS 2.2 on Java 6 which should be removed together with #82.