com.liferay.portal.tools.wsdd.builder
Owner: Liferay
The WSDD Builder Gradle plugin lets you run the Liferay WSDD Builder tool to generate the Apache Axis Web Service Deployment Descriptor (WSDD) files from a Service Builder service.xml file.
https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-wsdd-builder
Sources: https://github.com/liferay/liferay-portal/tree/master/modules/sdk/gradle-plugins-wsdd-builder
Version 1.0.15
1.0.15
Created 04 March 2020.
The WSDD Builder Gradle plugin lets you run the Liferay WSDD Builder tool to generate the Apache Axis Web Service Deployment Descriptor (WSDD) files from a Service Builder service.xml file.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.liferay.portal.tools.wsdd.builder") version "1.0.15"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.com.liferay:gradle-plugins-wsdd-builder:1.0.15") } } apply(plugin = "com.liferay.portal.tools.wsdd.builder")
- Applying plugins to all subprojects .