JAX-WS Maven Plugin

Maven plugin for JAX-WS RI

Лицензия

Лицензия

Категории

Категории

Maven Компиляция и сборка
Группа

Группа

com.helger.maven
Идентификатор

Идентификатор

jaxws-maven-plugin
Последняя версия

Последняя версия

2.6.2
Дата

Дата

Тип

Тип

maven-plugin
Описание

Описание

JAX-WS Maven Plugin
Maven plugin for JAX-WS RI
Ссылка на сайт

Ссылка на сайт

http://www.mojohaus.org/jaxws-maven-plugin/
Организация-разработчик

Организация-разработчик

Philip Helger
Система контроля версий

Система контроля версий

http://github.com/phax/jaxws-maven-plugin

Скачать jaxws-maven-plugin

Как подключить последнюю версию

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

Зависимости

compile (7)

Идентификатор библиотеки Тип Версия
javax.jws : javax.jws-api jar 1.1
org.apache.maven : maven-plugin-api jar 3.0
org.apache.maven : maven-core jar 3.0
org.apache.maven : maven-model jar 3.0
org.apache.maven : maven-settings jar 3.0
org.apache.maven : maven-artifact jar 3.0
org.codehaus.plexus : plexus-utils jar 3.1.0

provided (1)

Идентификатор библиотеки Тип Версия
org.apache.maven.plugin-tools : maven-plugin-annotations jar 3.5.2

runtime (1)

Идентификатор библиотеки Тип Версия
com.sun.xml.ws : jaxws-tools jar ${jaxws-tools.version}

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.14.3

Модули Проекта

Данный проект не имеет модулей.

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

  <dependency>
    <groupId>com.sun.xml.ws</groupId>
    <artifactId>jaxws-maven-plugin</artifactId>
    <version>2.3.2</version>
  </dependency> 

before you use this plugin.

MojoHaus JAX-WS Maven Plugin

This is a fork of the MojoHaus jaxws-maven-plugin. It is based on the 2.6-SNAPSHOT branch from 2018-11-21 including the PR from @theit for Java 9 support.

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

Please note the changed Maven <groupId> 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

Maven usage

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

My personal Coding Styleguide | On Twitter: @philiphelger | Kindly supported by YourKit Java Profiler

Версии библиотеки

Версия
2.6.2
2.6.1
2.6