davidmoten / jaxws-maven-plugin

Home Page:http://www.mojohaus.org/jaxws-maven-plugin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MojoHaus JAX-WS Maven Plugin

This is the jaxws-maven-plugin.

This is a work around release for Java 9 to 11 compatibility

It is based on the 2.6-SNAPSHOT branch from 2018-11-21 including the PR from @theit for Java 9 support.

Please note the changed Maven <groupId> which is now com.helger.maven.

Latest release: 2.6 from 2018-11-21

This plugin is meant to work as a direct replacement to org.codehaus.mojo:jaxws-maven-plugin:2.5

Maven usage

<plugin>
  <groupId>com.helger.maven</groupId>
  <artifactId>jaxws-maven-plugin</artifactId>
  <version>2.6</version>
  <configuration>
    ...
  </configuration>
</plugin>

About

http://www.mojohaus.org/jaxws-maven-plugin/

License:Apache License 2.0


Languages

Language:Java 82.3%Language:HTML 10.9%Language:Groovy 6.8%